iptables: Remove dependency on table in iterator_entries_cb_t
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 12 Feb 2013 09:19:42 +0000 (10:19 +0100)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 12 Feb 2013 10:29:22 +0000 (12:29 +0200)
commit7db4c5c51eecb1279adc6428aafcf4082a8729d5
tree0bd8601ef160d97763d995d24506958a2980e069
parent357e1f69689bd29d2f151f984770ae98b03f1b0e
iptables: Remove dependency on table in iterator_entries_cb_t

With removing the table argument the callback can now either
iterate over buffer we get from the kernel or the one we write
to the kernel.
src/iptables.c