summaryrefslogtreecommitdiff
path: root/unit/test-iptables.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-18test-iptables: Move file to tools and rename it to iptables-unitDaniel Wagner1-327/+0
Unit tests are suppessed to be run during 'make distcheck' but iptables-unit needs to be run with root rights.
2013-02-22test-iptables: Fix memory leakDaniel Wagner1-0/+2
2013-02-22test-iptables: Delete all rules in target0Daniel Wagner1-0/+14
2013-02-12test-iptables: Add chain add remove testsDaniel Wagner1-0/+30
2013-02-12test-iptables: Add fallthrough unit testDaniel Wagner1-0/+19
A fallthrough rule is a one which does not have a verdict, e.g. ACCEPT, DROP etc.
2013-02-12iptables: Remove unused __connman_iptables_command()Daniel Wagner1-76/+0
2013-02-12test-nat: Move tests to test-iptablesDaniel Wagner1-0/+77
These are iptables related tests. So let's move them over.
2013-02-12test-iptables: Add unit test for the new APIDaniel Wagner1-0/+139
2013-02-12test-iptables: Add unit test for iptablesDaniel Wagner1-0/+122