Revision 532b0fb8
Added by Ermal Luçi about 16 years ago
etc/inc/vpn.inc | ||
---|---|---|
1148 | 1148 |
|
1149 | 1149 |
case 'server' : |
1150 | 1150 |
|
1151 |
$pppoe_interface = filter_translate_type_to_real_interface($pppoecfg['interface']);
|
|
1151 |
$pppoe_interface = interface_translate_type_to_real($pppoecfg['interface']);
|
|
1152 | 1152 |
|
1153 | 1153 |
if ($pppoecfg['paporchap'] == "chap") |
1154 | 1154 |
$paporchap = "set link enable chap"; |
Also available in: Unified diff
Rename filter_translate_type_to_real_interface to interface_translate_type_to_real
Move this function to interfaces.inc where it belongs.