Revision 1b3d6ddd
Added by Luiz Souza over 7 years ago
src/etc/inc/interfaces.inc | ||
---|---|---|
1836 | 1836 |
interfaces_bring_up($port); |
1837 | 1837 |
pfSense_ngctl_attach(".", $port); |
1838 | 1838 |
/* Enable setautosrc to automatically change mac address if parent interface's changes */ |
1839 |
mwexec("/usr/sbin/ngctl msg {$port}: setautosrc 1"); |
|
1839 |
$ngif = str_replace(".", "_", $port); |
|
1840 |
mwexec("/usr/sbin/ngctl msg {$ngif}: setautosrc 1"); |
|
1840 | 1841 |
break; |
1841 | 1842 |
case "pptp": |
1842 | 1843 |
case "l2tp": |
Also available in: Unified diff
Fix the netgraph path for VLAN interfaces.