diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-11-29 22:35:36 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-11-29 22:35:36 +0000 |
commit | 56247166583d8ffd7269d094f88173313c95fef9 (patch) | |
tree | c059bac39c07abeaeb7167cade53e4d45fcf6bff /etc/inc/gwlb.inc | |
parent | c1334331a4d40df95a0b2e70ed404fd8619a6fc8 (diff) | |
download | pfsense-56247166583d8ffd7269d094f88173313c95fef9.zip pfsense-56247166583d8ffd7269d094f88173313c95fef9.tar.gz |
Untested change, exec.php is broken.
Might work and prevent bogus gateway entries showing up.
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r-- | etc/inc/gwlb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 6de8f28..304d0b5 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -222,7 +222,7 @@ function return_gateways_array() { $gateways_arr = array(); /* Loop through all interfaces with a gateway and add it to a array */ - $iflist = get_interface_list(); + $iflist = get_configured_interface_list(); foreach($iflist as $ifname => $if ) { if(interface_has_gateway($ifname)) { $gateway = array(); |