-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(28/N): Remove static MPLS routes support in DecisionRouteUpdate
Summary: PrefixManager does NOT publish static MPLS label routes into Decision for processing. The inter-thread queue usage is the following: ``` // PrefixManager -> Decision ReplicateQueue<DecisionRouteUpdate> staticRouteUpdatesQueue; auto decisionStaticRouteUpdatesQueueReader = staticRouteUpdatesQueue.getReader("decision"); ``` Reviewed By: TangoRoxy Differential Revision: D41751550 fbshipit-source-id: 64be42df4c8c449ecd041f07c362b20630dcc9ca
- Loading branch information
1 parent
4265b9e
commit 4d460ae
Showing
4 changed files
with
22 additions
and
192 deletions.
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
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