]> git.ipfire.org Git - thirdparty/iptables.git/commit
arptables: Use standard data structures when parsing
authorPhil Sutter <phil@nwl.cc>
Mon, 27 Sep 2021 14:59:49 +0000 (16:59 +0200)
committerPhil Sutter <phil@nwl.cc>
Wed, 20 Oct 2021 09:32:54 +0000 (11:32 +0200)
commit0aea399d2cccd9f1e92380d3ec27edc9b455e1e7
tree04cd2c6afa94f19b876490fa18a2cc8d38011046
parentfe83b12fc910e43e4f22a25b56210b0dd0afc3ee
arptables: Use standard data structures when parsing

Use the compound data structures introduced for dedicated parsing
routines in other families instead of the many local variables. This
allows to standardize code a bit for sharing a common parser later.

Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/xtables-arp.c