Skip to content
Snippets Groups Projects
Commit 223fdb04 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

replace br0 with $LAN

SVN-Revision: 5492
parent 5808fe52
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ start() {
iptables -A FORWARD -j forwarding_rule
# allow
iptables -A FORWARD -i br0 -o br0 -j ACCEPT
iptables -A FORWARD -i $LAN -o $LAN -j ACCEPT
[ -z "$WAN" ] || iptables -A FORWARD -i $LAN -o $WAN -j ACCEPT
# reject (what to do with anything not allowed earlier)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment