summaryrefslogtreecommitdiff
path: root/tools/iptables-unit.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-1/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-13/+13
2013-03-25iptables-unit: Add firewall API testsDaniel Wagner1-0/+84
2013-03-19iptables-unit: Check if rules are inserted/removedDaniel Wagner1-1/+107
Optionally use iptables-save to check if the rules are installed or removed on the system instead of relying only on the returned iptables error code. Do notice that running tools/iptables-unit will modify and delete existing iptables firewall rules on your system. Use iptables-unit with caution!
2013-03-18iptables-unit: Add debug optionDaniel Wagner1-1/+40
It is impossible to see the normal unit test output with all DBG() enabled by default.
2013-03-18test-iptables: Move file to tools and rename it to iptables-unitDaniel Wagner1-0/+327
Unit tests are suppessed to be run during 'make distcheck' but iptables-unit needs to be run with root rights.