Bug #11629 ยป 769.diff
src/etc/rc.newwanip | ||
---|---|---|
120 | 120 |
@file_put_contents("{$g['vardb_path']}/{$interface}_ip", $curwanip); |
121 | 121 |
} |
122 | 122 | |
123 |
/* cleanup PPPoE VIPs to fix IP address order |
|
124 |
* see https://redmine.pfsense.org/issues/11629 */ |
|
125 |
if (!platform_booting() && (substr($interface_real, 0, 5) == "pppoe")) { |
|
126 |
interface_vip_cleanup($interface, "inet4", VIP_IPALIAS); |
|
127 |
} |
|
128 | ||
123 | 129 |
link_interface_to_vips($interface, "update"); |
124 | 130 | |
125 | 131 |
$gre = link_interface_to_tunnelif($interface, 'gre', 'inet'); |