iptables: Add __connman_iptables_dump()
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 12 Mar 2013 17:16:36 +0000 (18:16 +0100)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 18 Mar 2013 12:31:25 +0000 (14:31 +0200)
commit4f385e17ccb2f05fa1b472d173ed143447090ce2
treedbffbb38fdf6cf21ec301d30bebfda6ebd201d6c
parenta4da55c902da1c312b939cd9f6fac240559d9140
iptables: Add __connman_iptables_dump()

In order to allow our test tool iptables-tests to dump a table
we need an dump function. The only user will be this tool. That allows
the linker to remove this code, so no additional code size.
src/connman.h
src/iptables.c