Simon Kelley
ff841ebf5a
Fix boilerplate code for re-running system calls on EINTR and EAGAIN etc.
...
The nasty code with static variable in retry_send() which
avoids looping forever needs to be called on success of the syscall,
to reset the static variable.
2015-03-11 21:36:30 +00:00
Simon Kelley
c4a0937683
ipsets equivalent in *BSD, using pf tables.
2014-06-02 20:30:07 +01:00
Simon Kelley
d5052fb24f
Fix FTBFS in ipset.c with old kernel headers.
2013-04-25 12:44:20 +01:00
Dave Reisner
4582c0efe7
Fix wrong size in memset() call.
...
Thanks to Dave Reisner.
2013-04-18 21:02:41 +01:00
Simon Kelley
ab6ede7e04
Handle EINTR return from sendto() in ipset.c
2013-02-23 19:22:37 +00:00
Jason A. Donenfeld
13d86c7372
Add --ipset option.
2013-02-22 21:44:08 +00:00