Commit 68393e0
net: if: Do not start ACD for localhost or point2point links
When adding IPv4 address to the network interface, there is no
need to start ACD procedure for localhost or point-to-point links.
The ACD start function would mark the IP address like 127.0.0.1 as
tentative and never make it preferred which would then cause issues
when selecting the network address for sending.
As the ACD start is also called when the network interface comes up,
add the localhost and point-to-point link check to ACD start function
so that we will avoid ACD checks in this case.
Signed-off-by: Jukka Rissanen <[email protected]>
(cherry picked from commit 902c95a)1 parent e3c1159 commit 68393e0
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4277 | 4277 | | |
4278 | 4278 | | |
4279 | 4279 | | |
| 4280 | + | |
| 4281 | + | |
| 4282 | + | |
| 4283 | + | |
| 4284 | + | |
4280 | 4285 | | |
4281 | 4286 | | |
4282 | 4287 | | |
| |||
4374 | 4379 | | |
4375 | 4380 | | |
4376 | 4381 | | |
| 4382 | + | |
4377 | 4383 | | |
4378 | 4384 | | |
4379 | 4385 | | |
| |||
4446 | 4452 | | |
4447 | 4453 | | |
4448 | 4454 | | |
4449 | | - | |
| 4455 | + | |
4450 | 4456 | | |
4451 | 4457 | | |
4452 | 4458 | | |
| |||
4459 | 4465 | | |
4460 | 4466 | | |
4461 | 4467 | | |
4462 | | - | |
| 4468 | + | |
| 4469 | + | |
| 4470 | + | |
4463 | 4471 | | |
4464 | 4472 | | |
4465 | 4473 | | |
| |||
0 commit comments