]> git.ipfire.org Git - thirdparty/iptables.git/commit
ebtables: Fix match_list insertion
authorPhil Sutter <phil@nwl.cc>
Thu, 2 Aug 2018 15:05:20 +0000 (17:05 +0200)
committerFlorian Westphal <fw@strlen.de>
Sat, 4 Aug 2018 12:48:08 +0000 (14:48 +0200)
commit2e478e90d3a0ec00b6702732f3a80328c6a4012d
tree3a0ab46d68416c76b5fdda81bd3f8ee90df54877
parenta192f03520ebd0a2c0ecfca8abd1e00967f3b351
ebtables: Fix match_list insertion

Find the end of the match_list before inserting in case the list
contains more than one element.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/xtables-eb.c