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 Type
    Method
    Description
    void
    Cache Route.
    void
    Uncache Route.
  • Method Details

    • cacheRoute

      void cacheRoute(Route route)
      Cache Route.
      Parameters:
      route - target constrain
    • uncacheRoute

      void uncacheRoute(Route route)
      Uncache Route.
      Parameters:
      route - target constrain