summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 21:11:36 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 21:11:36 +0100
commite17fad504479f54adb068ff8bf11e8479319fda7 (patch)
tree66c925e135353d1b6207c3e8cb701532408170cb /etc/rc.linkup
parent5b7c2403d3176f81c767bd71abbc495e89540ab1 (diff)
downloadpfsense-e17fad504479f54adb068ff8bf11e8479319fda7.zip
pfsense-e17fad504479f54adb068ff8bf11e8479319fda7.tar.gz
Actually rc.linkup needs the parent search for example on ppp type wans.
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 86b6645..044ac79 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -123,7 +123,7 @@ if (platform_booting()) {
log_error("Ignoring link event for ovpn interface");
return;
}
- $interface = convert_real_interface_to_friendly_interface_name($realiface);
+ $interface = convert_real_interface_to_friendly_interface_name($realiface, true);
if (!empty($interface))
handle_argument_group($interface, $action);
}
OpenPOWER on IntegriCloud