Interface ClientRouteTargetContrainCache
- All Known Implementing Classes:
 RTCClientRouteCache
public interface ClientRouteTargetContrainCache
Provide a cache to store client routes advertized, to be used for policy
 https://tools.ietf.org/html/rfc4684.
 ii.  When advertising an RT membership NLRI to a non-client peer, if
 the best path as selected by the path selection procedure
 described in Section 9.1 of the base BGP specification [4] is a
 route received from a non-client peer, and if there is an
 alternative path to the same destination from a client, the
 attributes of the client path are advertised to the peer"
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcacheRoute(Route route) Cache Route.voiduncacheRoute(Route route) Uncache Route. 
- 
Method Details
- 
cacheRoute
Cache Route.- Parameters:
 route- target constrain
 - 
uncacheRoute
Uncache Route.- Parameters:
 route- target constrain
 
 -