]> git.ipfire.org Git - thirdparty/iptables.git/commit
xshared: Drop pointless CMD_REPLACE check
authorPhil Sutter <phil@nwl.cc>
Thu, 16 Nov 2023 16:03:10 +0000 (17:03 +0100)
committerPhil Sutter <phil@nwl.cc>
Thu, 23 Nov 2023 16:59:42 +0000 (17:59 +0100)
commit267f83f5e1b3fb5b82973c154c8b445701be0a58
treea926ad354bfb868d4ac64614248685f51e6a0ba7
parentdd38b9a85195c008cc1462e3b24c333be175efc3
xshared: Drop pointless CMD_REPLACE check

All current users set default source and destination addresses in their
post_parse callbacks, so legacy variants are safe and nft variants don't
have this restriction anyway.

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