mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
Merge pull request #551 from dongjuanyong/patch-1
Fix too much ppp policies in forwarding_rule chain
This commit is contained in:
commit
0301d72de9
@ -1,3 +1,6 @@
|
||||
iptables -D forwarding_rule -i ppp+ -j ACCEPT
|
||||
iptables -D forwarding_rule -o ppp+ -j ACCEPT
|
||||
|
||||
iptables -A forwarding_rule -i ppp+ -j ACCEPT
|
||||
iptables -A forwarding_rule -o ppp+ -j ACCEPT
|
||||
echo 1 > /proc/sys/net/ipv4/conf/br-lan/proxy_arp
|
||||
|
Loading…
Reference in New Issue
Block a user