mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 03:21:22 +00:00
mwan3: remove ipset generation from mwan3_set_general_iptables
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -250,7 +250,6 @@ mwan3_set_general_iptables()
|
||||
|
||||
if [ -n "${current##*-N mwan3_connected*}" ]; then
|
||||
mwan3_push_update -N mwan3_connected
|
||||
$IPS -! create mwan3_connected list:set
|
||||
mwan3_push_update -A mwan3_connected \
|
||||
-m set --match-set mwan3_connected dst \
|
||||
-j MARK --set-xmark $MMX_DEFAULT/$MMX_MASK
|
||||
|
||||
Reference in New Issue
Block a user