diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-07-25 16:37:16 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-07-25 16:37:16 +0000 |
commit | 613571ea336fdf089a7e1f7ba7af00475304ca63 (patch) | |
tree | a692d4f7c923f2b665be472bd7f63d82eb3f73af /etc/inc/util.inc | |
parent | 38738505fec47e0b925335c44ce239420ea884ec (diff) | |
download | pfsense-613571ea336fdf089a7e1f7ba7af00475304ca63.zip pfsense-613571ea336fdf089a7e1f7ba7af00475304ca63.tar.gz |
Blacklist even gre now that we fill entries automatically for these interfaces.
Diffstat (limited to 'etc/inc/util.inc')
-rw-r--r-- | etc/inc/util.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/util.inc b/etc/inc/util.inc index 6eb883f..6737c94 100644 --- a/etc/inc/util.inc +++ b/etc/inc/util.inc @@ -333,6 +333,7 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "") 'ppp', 'sl', 'gif', + 'gre', 'faith', 'lo', 'ng', |