Cosmetic change to generated script

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6430 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-21 16:39:47 +00:00
parent 0babb39d89
commit 08c9065635

View File

@ -3557,8 +3557,7 @@ __EOF__
if [ -n "$BRIDGING" ]; then
indent >&3 << __EOF__
is_bridge="\$( brctl show 2> /dev/null | grep '^$interface[[:space:]]' )"
[ -n "\$is_bridge" ] && \
run_iptables -A $(forward_chain $interface) -p udp -o $interface --dport 67:68 -j ACCEPT
[ -n "\$is_bridge" ] && run_iptables -A $(forward_chain $interface) -p udp -o $interface --dport 67:68 -j ACCEPT
__EOF__
fi
run_iptables -A $(input_chain $interface) -p udp --dport 67:68 -j ACCEPT