]> git.ipfire.org Git - thirdparty/iptables.git/commit
ebtables: Simplify ebt_add_{match,watcher}
authorPhil Sutter <phil@nwl.cc>
Tue, 5 Nov 2024 15:00:13 +0000 (16:00 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 5 Nov 2024 22:58:03 +0000 (23:58 +0100)
commit664cada57d72b64bf3ad2335caaf49cd2d942046
treeffd40107a3d83fc03d1b2ba7cf253a410b781276
parent484eba83fe502f6cb010b927380da951cbd1fbab
ebtables: Simplify ebt_add_{match,watcher}

Now that extension options are parsed after these functions return, no
modifications need to be carried over to the clone and undone in the
original.

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