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

bgpd: move debug vnc commands under debug rfapi-dev subnode #168

Closed
wants to merge 2 commits into from

Commits on Feb 6, 2017

  1. bgpd: move debug vnc commands under debug rfapi-dev subnode

    Commands in charge of adding prefixes to VNE is moved from global
    configuration node to debug rfapi-dev sub command in global
    configuration node.
    This commit handles move of vty commands for add vnc and add vrf
    commands.
    
    Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
    pguibert6WIND committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    63aa15d View commit details
    Browse the repository at this point in the history
  2. bgpd: ability to create a prefix by using preconfigured rd

    When creating a vrf-policy, the route distinguisher configured takes
    AF_UNSPEC family value, which is 0 value, whereas the len value is set
    to 64. This latter value it used by add vrf prefix command to check that
    rd is configured or not.
    
    Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
    pguibert6WIND committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    bfebfe9 View commit details
    Browse the repository at this point in the history