Revision f3f98e97
Added by Phillip Davis almost 6 years ago
src/etc/rc.newwanip | ||
---|---|---|
187 | 187 |
|
188 | 188 |
if (platform_booting() && !in_array(substr($interface_real, 0, 3), array("ppp", "ppt", "l2t"))) { |
189 | 189 |
// unlike dhcp interfaces which wait until they get an ip, a ppp connection lets the boot continue while |
190 |
// trying to aquire a ip address so to avoid a race condition where it would be possible that the default |
|
190 |
// trying to acquire a ip address so to avoid a race condition where it would be possible that the default
|
|
191 | 191 |
// route would not be set, this script must continue to use the new assigned ip even while booting |
192 | 192 |
// https://redmine.pfsense.org/issues/8561 |
193 | 193 |
|
Also available in: Unified diff
Fix random typos