diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-30 21:49:49 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-30 21:49:49 +0000 |
commit | e803e8865101ee835b5ff8589bdc786fe82b719b (patch) | |
tree | 2212699566d504ed8c1c03d2241bfe90df6d9a3c | |
parent | 9f6bd53140b60280263672dd3c550775d20aa8a7 (diff) | |
download | pfsense-e803e8865101ee835b5ff8589bdc786fe82b719b.zip pfsense-e803e8865101ee835b5ff8589bdc786fe82b719b.tar.gz |
* Add ral, ural and wai wireless interfaces
* Add PPPoE server information globals
-rw-r--r-- | etc/inc/globals.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index fab858e..4ff9d48 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -47,8 +47,10 @@ $g = array( "captiveportal_path" => "/usr/local/captiveportal", "xml_rootobj" => "pfsense", "pppoe_interface" => "ng0", - "n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */ - "pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */ + "n_pptp_units" => 16, /* this value can be overriden in pptp->n_pptp_units */ + "pptp_subnet" => 28, /* this value can be overriden in pptp->pptp_subnet */ + "n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */ + "pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */ "debug" => false, "latest_config" => "1.8", "nopkg_platforms" => array("cdrom"), @@ -56,7 +58,7 @@ $g = array( "xmlrpcbaseurl" => "www.pfsense.com", "xmlrpcpath" => "/pfSense/xmlrpc.php", "embeddedbootupslice" => "/dev/ad0a", - "wireless_regex" => "/^(wi|ath|an)/" + "wireless_regex" => "/^(wi|ath|an|ral|ural|wai)/" ); /* IP TOS flags */ |