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

Bgpafisafi #1

Closed
wants to merge 10 commits into from
Closed

Commits on Jan 24, 2017

  1. lib: Add VRF_ALL define

    Allow the specification of a VRF_ALL to be
    used for CLI.
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    ece35fd View commit details
    Browse the repository at this point in the history
  2. bgpd: Fix function used only within KEEP_OLD_VPN_COMMANDS

    The show_adj_route_vpn function is only currently used
    in conjunction with the KEEP_OLD_VPN_COMMANDS #define.
    Add this function to that define for the moment.
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    9dd6d53 View commit details
    Browse the repository at this point in the history
  3. bgpd: Remove unused function bgp_parse_safi

    The bgp_parse_safi function is never called remove it.
    Especially as that later commits will properly handle
    what this function was trying to do.
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    3289141 View commit details
    Browse the repository at this point in the history
  4. bgpd: Fix vpn commands cli

    The parser was incorrect for the 'set ... vpn nexthop ...' commands.
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    9fa4d33 View commit details
    Browse the repository at this point in the history
  5. bgpd: Start cleanup of 'show [ip] bgp ...' commands

    Create bgp_vty_find_and_parse_afi_safi_vrf that
    will parse the
    `show [ip] bgp [<view|vrf> WORD] [<ipv4|ipv6> [<unicast|multicast|vpn|encap>]]'
    part of a command and to return the correct spot we are in the command.
    
    Cleanup 'dampening parameters' part of this command.
    
    Consolidate the creation of the bgp data structure to be a bit cleaner.
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    af46294 View commit details
    Browse the repository at this point in the history
  6. bgpd: Cleanup 'show .... <bestpath|multipath>'

    Cleanup the bgp bestpath or multipath show commands.
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    c41247f View commit details
    Browse the repository at this point in the history
  7. bgp: Fix 'show .... regexp REGEX...'

    Fix this command to use the correct format for
    a show command.
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    b00b230 View commit details
    Browse the repository at this point in the history
  8. bgpd: Cleanup 'view all' command

    1) Make [<view|vrf> WORD] consistent
    2) Fix inconsistent help string
    3) Fix the show .. vrf all command
    
    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    f2a8972 View commit details
    Browse the repository at this point in the history
  9. bgpd: Cleanup 'show .... statistics' command

    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    e01ca20 View commit details
    Browse the repository at this point in the history
  10. bgpd: Clean up 'show bgp neighbor ...' commands

    Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
    donaldsharp committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    30a6a16 View commit details
    Browse the repository at this point in the history