diff options
author | Robert "ar" Gerus <ar@bash.org.pl> | 2013-05-12 17:29:40 +0200 |
---|---|---|
committer | Robert "ar" Gerus <ar@bash.org.pl> | 2013-05-12 17:29:40 +0200 |
commit | 3c26dc8d41d2e4b8500853051279d323c0769a71 (patch) | |
tree | 33bb8834691a3bfe40a040853fe285327b190538 | |
parent | 3bb4b351bb015c56c57bd9256c700a107dd67297 (diff) | |
download | old-firewall-3c26dc8d41d2e4b8500853051279d323c0769a71.tar.gz old-firewall-3c26dc8d41d2e4b8500853051279d323c0769a71.tar.bz2 old-firewall-3c26dc8d41d2e4b8500853051279d323c0769a71.tar.xz old-firewall-3c26dc8d41d2e4b8500853051279d323c0769a71.zip |
yup, it is wan0 now, not eth0
-rw-r--r-- | fw.globals | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ set -o allexport # interfaces: -IF_WAN="eth0" +IF_WAN="wan0" IF_LAN="eth1" # networks: |