-
Notifications
You must be signed in to change notification settings - Fork 539
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RouteOrch] Publish route state for route to Loopback interface (#3013)
* [RouteOrch] Publish route state for route to Loopback interface Route to loopback interface is not advertised to peers when FIB suppression is enabled. Route is queued: ``` admin@sonic:~$ show ipv6 route |grep q > - selected route, * - FIB route, q - queued route, r - rejected route S>qfc00:1::/64 [1/0] is directly connected, Loopback0, 00:02:00 ``` With this change: ``` admin@sonic:~$ show ipv6 route | grep q > - selected route, * - FIB route, q - queued route, r - rejected route ``` The proper way would be to program route to HW and then publish the route state, however to keep the existing behaviour this W/A is proposed until a final solution.
- Loading branch information
1 parent
7702b8a
commit 09ffb25
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters