diff options
author | Robert Gerus <ar@bash.org.pl> | 2014-09-13 13:21:48 +0200 |
---|---|---|
committer | Robert Gerus <ar@bash.org.pl> | 2014-09-13 13:21:48 +0200 |
commit | e9c87481df6a88e486ce8cfe25f4fc937859927b (patch) | |
tree | fe8e0eb2e06cea798122d019437d23747dadcfa2 | |
parent | 8e6a5e6a2a1814239f82622e22b85408a1c7237e (diff) | |
download | old-firewall-e9c87481df6a88e486ce8cfe25f4fc937859927b.tar.gz old-firewall-e9c87481df6a88e486ce8cfe25f4fc937859927b.tar.bz2 old-firewall-e9c87481df6a88e486ce8cfe25f4fc937859927b.tar.xz old-firewall-e9c87481df6a88e486ce8cfe25f4fc937859927b.zip |
Amanojaku has lan on, well, lan and not lanbr
-rw-r--r-- | fw.globals | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set -o allexport # interfaces: IF_WAN="wan" -IF_LAN="lanbr" +IF_LAN="lan" # networks: NET_LAN="10.24.0.0/16" |