summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-27 12:09:32 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-27 12:09:32 +0100
commit6801756269d4f47f5cf389ac22afca44a8db7333 (patch)
treeb08951b8fcd61d8018deda1b767dfa1b3ad5c104 /etc/rc.linkup
parentda145569d2e6bf6451b6a55219116625691a0e2c (diff)
downloadpfsense-6801756269d4f47f5cf389ac22afca44a8db7333.zip
pfsense-6801756269d4f47f5cf389ac22afca44a8db7333.tar.gz
Put a comment for the wierd code here
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index fa44d4e..923679a 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -134,6 +134,7 @@ if (!platform_booting()) {
continue;
$ports = explode(',', $ppp['ports']);
foreach ($ports as $pid => $parent_if) {
+ /* The loop here is because ppp types can have real and assigned interfaces as members */
$tmpiface = get_real_interface($parent_if);
$tmpiface = convert_real_interface_to_friendly_interface_name($realiface);
if (!empty($tmpiface))
OpenPOWER on IntegriCloud