diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-02-09 03:45:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-02-09 03:45:47 +0000 |
commit | 52218da45056f3a3cdb32bb6ae76f378025e780d (patch) | |
tree | cacf856c8e6485b8cb4b2736156c0ddc2090f337 /etc/inc/globals.inc | |
parent | 49a7f82a4268d5be5b498e0614bfc4d195038c1d (diff) | |
download | pfsense-52218da45056f3a3cdb32bb6ae76f378025e780d.zip pfsense-52218da45056f3a3cdb32bb6ae76f378025e780d.tar.gz |
Define the WAN interface name.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index c346b97..35e2534 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -65,6 +65,7 @@ $g = array( "minimum_ram_warning_text" => "128 megabytes", "minimum_nic_count" => "2", "minimum_nic_count_text" => "*AT LEAST* 2", + "wan_interface_name" => "WAN", "nopccard_platforms" => array("wrap", "net48xx"), "xmlrpcbaseurl" => "www.pfsense.com", "captiveportal_path" => "/usr/local/captiveportal", |