Commit 8450e31
Aritra Basu
vpp-manager: set uplink admin-up only after RA is disabled
Move InterfaceAdminUp() for the uplink interface to after
DisableIP6RouterAdvertisements(). Previously, the uplink was
brought admin-up immediately after creation and then configured
with IPv6 enable, RA suppress, CNAT, VRF, addresses, and routes.
This left a window where the interface was up with RA processing
still active, allowing VPP to process Router Advertisements from
the wire and potentially install unwanted SLAAC addresses or
default routes before the intended configuration was in place.
Signed-off-by: Aritra Basu <aritrbas@cisco.com>1 parent 5cb69df commit 8450e31
1 file changed
+8
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
490 | 497 | | |
491 | 498 | | |
492 | 499 | | |
| |||
1008 | 1015 | | |
1009 | 1016 | | |
1010 | 1017 | | |
1011 | | - | |
1012 | | - | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
| 1018 | + | |
1020 | 1019 | | |
1021 | 1020 | | |
1022 | 1021 | | |
| |||
0 commit comments