OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Do not edit, changes to this file will be lost on upgrades
2 # /etc/sysctl.conf can be used to customize sysctl settings
3  
4 # disable bridge firewalling by default
5 net.bridge.bridge-nf-call-arptables=0
6 net.bridge.bridge-nf-call-ip6tables=0
7 net.bridge.bridge-nf-call-iptables=0