-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bgpafisafi #1
Commits on Jan 24, 2017
-
Allow the specification of a VRF_ALL to be used for CLI. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for ece35fd - Browse repository at this point
Copy the full SHA ece35fdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9dd6d53 - Browse repository at this point
Copy the full SHA 9dd6d53View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3289141 - Browse repository at this point
Copy the full SHA 3289141View commit details -
The parser was incorrect for the 'set ... vpn nexthop ...' commands. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for 9fa4d33 - Browse repository at this point
Copy the full SHA 9fa4d33View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for af46294 - Browse repository at this point
Copy the full SHA af46294View commit details -
bgpd: Cleanup 'show .... <bestpath|multipath>'
Cleanup the bgp bestpath or multipath show commands. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for c41247f - Browse repository at this point
Copy the full SHA c41247fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b00b230 - Browse repository at this point
Copy the full SHA b00b230View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f2a8972 - Browse repository at this point
Copy the full SHA f2a8972View commit details -
bgpd: Cleanup 'show .... statistics' command
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for e01ca20 - Browse repository at this point
Copy the full SHA e01ca20View commit details -
bgpd: Clean up 'show bgp neighbor ...' commands
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for 30a6a16 - Browse repository at this point
Copy the full SHA 30a6a16View commit details