forked from extern/shorewall_code
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:
parent
0babb39d89
commit
08c9065635
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user