Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTC: Enable to advertise Default Route Target #1716

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 31, 2018

  1. server: Advertise default route target

    This patch enables to advertise the default route target which suppress
    other specific route target advertisements. This can be used by a Route
    Reflector in order to reduce the amount of information exchanged between
    the Route Reflector and its clients.
    
    Configuration Example:
      [[neighbors.afi-safis]]
        [neighbors.afi-safis.config]
          afi-safi-name = "rtc"
        [neighbors.afi-safis.route-target-membership.config]
          advertise-default = true
    
    Signed-off-by: IWASE Yusuke <[email protected]>
    iwaseyusuke committed May 31, 2018
    Configuration menu
    Copy the full SHA
    cdac439 View commit details
    Browse the repository at this point in the history
  2. test_rtc: Test cases for advertising default RT

    Signed-off-by: IWASE Yusuke <[email protected]>
    iwaseyusuke committed May 31, 2018
    Configuration menu
    Copy the full SHA
    01a0474 View commit details
    Browse the repository at this point in the history