diff options
author | Robert "ar" Gerus <ar@bash.org.pl> | 2013-05-21 00:33:19 +0200 |
---|---|---|
committer | Robert "ar" Gerus <ar@bash.org.pl> | 2013-05-21 00:33:19 +0200 |
commit | ffbd1d9f49ecf5f9f19434a8b4bdbf02e63f015a (patch) | |
tree | b8f0a8d47c5ff0db2716786b6a70f5265ec0e640 | |
parent | 78b33b89425de2f5eab34f38de381702f7f249b0 (diff) | |
download | old-firewall-ffbd1d9f49ecf5f9f19434a8b4bdbf02e63f015a.tar.gz old-firewall-ffbd1d9f49ecf5f9f19434a8b4bdbf02e63f015a.tar.bz2 old-firewall-ffbd1d9f49ecf5f9f19434a8b4bdbf02e63f015a.tar.xz old-firewall-ffbd1d9f49ecf5f9f19434a8b4bdbf02e63f015a.zip |
back to eth0
-rw-r--r-- | fw.globals | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ set -o allexport # interfaces: -IF_WAN="wan0" +IF_WAN="eth0" IF_LAN="eth1" # networks: |