Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libxt_set: update man page about kernel support on the feature | Jan Engelhardt | 2011-08-20 | 1 | -3/+2 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de> | ||||
* | doc: consistent use of markup | Jan Engelhardt | 2010-07-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de> | ||||
* | libxt_set: new revision added | Jozsef Kadlecsik | 2010-06-16 | 1 | -0/+23 |
libipt_set renamed to libxt_set and the support for the forthcoming ipset release added. I have tested backward (IPv4) and forward compatibility (IPv4/IPv6): ipset -N test iphash ipset -A test test-address iptables -N test-set iptables -A test-set -j LOG --log-prefix "match " iptables -A test-set -j DROP iptables -A OUTPUT -m set --match-set test dst -j test-set ping test-address |