diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-02-14 06:44:15 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-02-14 06:44:15 +0000 |
commit | 287122dbc4cd18e66476854cf52ecd156f0588b4 (patch) | |
tree | 2be6af40735ae876e5d57c1e0b7286d0df01efa2 | |
parent | 0dc702f340076f6464181b819f5393882ed56748 (diff) | |
download | pfsense-287122dbc4cd18e66476854cf52ecd156f0588b4.zip pfsense-287122dbc4cd18e66476854cf52ecd156f0588b4.tar.gz |
Remove wrong comment.
-rw-r--r-- | etc/inc/interfaces.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 6ebaf4b..cc46cd0 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -1847,10 +1847,6 @@ function get_real_interface($interface = "wan") { } break; case "pppoe": - /* - * XXX: mpd seems to use netgraph interfaces so ngX interfaces are created - * instead of pppoeX. =) -simoncpu- - */ if ($if == "wan") $wanif = "pppoe0"; else |