summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-04 10:20:58 +0200
committersmos <seth.mos@dds.nl>2012-06-04 10:20:58 +0200
commit6fdea6a2b649bece62644940d8cf4d42fe43ed59 (patch)
tree9121b13fb95fde32d12b0211d9c0bcb6832464f5 /etc/inc/system.inc
parent3d36f9d1cefb7db127868211f697845f73389e90 (diff)
downloadpfsense-6fdea6a2b649bece62644940d8cf4d42fe43ed59.zip
pfsense-6fdea6a2b649bece62644940d8cf4d42fe43ed59.tar.gz
Allow for Null routes
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 357f47a..3324ca7 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -441,7 +441,7 @@ function system_routing_configure($interface = "") {
$static_routes = get_staticroutes();
if (count($static_routes)) {
- $gateways_arr = return_gateways_array();
+ $gateways_arr = return_gateways_array(false, true);
foreach ($static_routes as $rtent) {
$gatewayip = "";
OpenPOWER on IntegriCloud