summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-13 23:46:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-13 23:46:33 +0000
commit0e07750c900c6432f21bdc75557e999c4c67a832 (patch)
treed361ddb417a8b4738e9635fc67de7dffa962942d
parent42a711f15ec72626084554b8f20b28046b113c96 (diff)
downloadpfsense-0e07750c900c6432f21bdc75557e999c4c67a832.zip
pfsense-0e07750c900c6432f21bdc75557e999c4c67a832.tar.gz
Filter pfsync
Ticket #340
-rw-r--r--etc/inc/util.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc
index 99704d3..24b84ce 100644
--- a/etc/inc/util.inc
+++ b/etc/inc/util.inc
@@ -239,7 +239,7 @@ function get_interface_list() {
if (substr($ifname, -1) == "*")
$ifname = substr($ifname, 0, strlen($ifname) - 1);
- if (!preg_match("/^(plip|pflog|ppp|sl|gif|faith|lo|ng|vlan)/", $ifname)) {
+ if (!preg_match("/^(plip|pflog|pfsync|ppp|sl|gif|faith|lo|ng|vlan)/", $ifname)) {
$iflist[$ifname] = array();
$iflist[$ifname]['mac'] = chop($alink[3]);
OpenPOWER on IntegriCloud