summaryrefslogtreecommitdiffstats
path: root/etc/rc.banner
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-02-15 21:34:00 +0000
committerErmal Luçi <eri@pfsense.org>2009-02-15 21:34:00 +0000
commita56120f2793bf778b171784f7ebac4d624f8d494 (patch)
tree52daf5c640ceabff665d47fa3c1e9148c14194ac /etc/rc.banner
parenteff29d62c50803fe5eaf3b3d9089ac428c8811ad (diff)
downloadpfsense-a56120f2793bf778b171784f7ebac4d624f8d494.zip
pfsense-a56120f2793bf778b171784f7ebac4d624f8d494.tar.gz
Remove all global decalarations regarding pptp/pppoe/l2tp they are no more needed.
Diffstat (limited to 'etc/rc.banner')
-rwxr-xr-xetc/rc.banner2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.banner b/etc/rc.banner
index fe3d914..dc7e257 100755
--- a/etc/rc.banner
+++ b/etc/rc.banner
@@ -71,11 +71,9 @@
break;
case "pppoe":
$ifinfo['class'] = "(PPPoE)";
- //$ifinfo['ipaddr'] = $iflist[$g['pppoe_interface']]['ipaddr'];
break;
case "pptp":
$ifinfo['class'] = "(PPTP)";
- //$ifinfo['ipaddr'] = $iflist[$g['pppoe_interface']]['ipaddr'];
break;
}
$ifinfo['ipaddr'] = get_interface_ip($ifinfo['friendly']);
OpenPOWER on IntegriCloud