From 1330b61ec7541bd3381ed585d476691012479d8e Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 7 Aug 2019 11:39:02 +0200 Subject: [dhcpc-busybox] remove commented code --- core/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx b/core/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx index 1774253a..f0722243 100755 --- a/core/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx +++ b/core/modules/dhcpc-busybox/data/opt/openslx/scripts/udhcpc-openslx @@ -237,11 +237,6 @@ case "$1" in touch "/run/network/gateway-ready" systemctl start network-gateway.target & fi - - # Port redirection for printing happens in printergui module (iptables-helper rule) - ####iptables -A INPUT -i br0 -p tcp --dport 515 -j DROP - ####iptables -A INPUT -i br0 -p tcp --dport 5515 -j DROP - ####iptables -t nat -A PREROUTING -s 192.168.0.0/16 -p tcp --dport 515 -j REDIRECT --to-port 5515 ;; deconfig) -- cgit v1.2.3-55-g7522