summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 3b53145..5f4cad2 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -1148,7 +1148,7 @@ function vpn_pppoe_configure() {
case 'server' :
- $pppoe_interface = filter_translate_type_to_real_interface($pppoecfg['interface']);
+ $pppoe_interface = interface_translate_type_to_real($pppoecfg['interface']);
if ($pppoecfg['paporchap'] == "chap")
$paporchap = "set link enable chap";
OpenPOWER on IntegriCloud