Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | bgpd: Add some documentation for bgp_vty_find_and_parse_afi_safi_vrf | Donald Sharp | 2017-01-25 | 1 | -0/+30 | |
| * | | | | | | bgpd: Fix crash with parsing the community | Donald Sharp | 2017-01-24 | 1 | -5/+4 | |
| * | | | | | | bgpd: Clean up 'show bgp neighbor ...' commands | Donald Sharp | 2017-01-24 | 1 | -217/+112 | |
| * | | | | | | bgpd: Cleanup 'show .... statistics' command | Donald Sharp | 2017-01-24 | 1 | -79/+7 | |
| * | | | | | | bgpd: Cleanup 'view all' command | Donald Sharp | 2017-01-24 | 3 | -31/+15 | |
| * | | | | | | bgp: Fix 'show .... regexp REGEX...' | Donald Sharp | 2017-01-24 | 1 | -24/+9 | |
| * | | | | | | bgpd: Cleanup 'show .... <bestpath|multipath>' | Donald Sharp | 2017-01-24 | 1 | -46/+22 | |
| * | | | | | | bgpd: Start cleanup of 'show [ip] bgp ...' commands | Donald Sharp | 2017-01-24 | 3 | -159/+94 | |
| * | | | | | | bgpd: Fix vpn commands cli | Donald Sharp | 2017-01-24 | 1 | -2/+2 | |
| * | | | | | | bgpd: Remove unused function bgp_parse_safi | Donald Sharp | 2017-01-24 | 2 | -14/+1 | |
| * | | | | | | bgpd: Fix function used only within KEEP_OLD_VPN_COMMANDS | Donald Sharp | 2017-01-24 | 1 | -0/+2 | |
| |/ / / / / | ||||||
* | | | | | | bgpd: fix show ip bgp ipv4|ipv6 vpn command | Philippe Guibert | 2017-01-24 | 1 | -8/+2 | |
* | | | | | | bgpd: move bgp_show_type enumerate to bgp_route.h | Philippe Guibert | 2017-01-24 | 7 | -53/+25 | |
* | | | | | | bgpd: fix ambiguity between show ip bgp ipv4|ipv6 encap|vpn commands | Philippe Guibert | 2017-01-24 | 5 | -69/+20 | |
* | | | | | | bgpd: remove duplicated vty command to enter in vpn address family node | Philippe Guibert | 2017-01-24 | 1 | -25/+0 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'frr/pull/93' | David Lamparter | 2017-01-24 | 3 | -21/+26 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | bgpd: fix whitespace | David Lamparter | 2017-01-24 | 2 | -18/+18 | |
| * | | | | bgpd: Cleanup some compiler warnings | Donald Sharp | 2017-01-19 | 3 | -16/+21 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #90 from LabNConsulting/remotes/origin/working/master/patc... | Donald Sharp | 2017-01-20 | 9 | -43/+54 | |
|\ \ \ \ | ||||||
| * | | | | bgpd: use address-family <afi> <safi> in show running for vpn&encap (Issue #80) | Lou Berger | 2017-01-19 | 1 | -4/+4 | |
| * | | | | bgpd rfapi: use VN as nexthop for MPLS tunnels too | Lou Berger | 2017-01-19 | 4 | -15/+3 | |
| * | | | | bgpd: allow VPN next hop to be different AFI than NLRI next hop (Issue #71) | Lou Berger | 2017-01-19 | 4 | -10/+18 | |
| * | | | | bgpd: fix RD stomping by update group code (Issue #71) | Lou Berger | 2017-01-19 | 1 | -19/+34 | |
| |/ / / | ||||||
* / / / | bgpd: add define of compilation for vpn commands | Philippe Guibert | 2017-01-18 | 5 | -48/+230 | |
|/ / / | ||||||
* | | | Merge pull request #59 from donaldsharp/cli_cleanup | David Lamparter | 2017-01-17 | 7 | -127/+183 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | bgpd: Fixup missing list '...' values | Donald Sharp | 2017-01-16 | 1 | -2/+2 | |
| * | | bgpd: Put back show command to way it was originally | Donald Sharp | 2017-01-16 | 1 | -1/+12 | |
| * | | bgpd: Add missing help-string for [route-map WORD] | Donald Sharp | 2017-01-16 | 1 | -1/+3 | |
| * | | Merge remote-tracking branch 'frr/master' into cli_cleanup | Donald Sharp | 2017-01-16 | 11 | -529/+580 | |
| |\ \ | ||||||
| * | | | bgpd: Fixup optional safi parameters | Donald Sharp | 2017-01-13 | 1 | -2/+2 | |
| * | | | bgpd: Fixing list options to be right | Donald Sharp | 2017-01-09 | 2 | -13/+13 | |
| * | | | bgpd: Some more cleanup of commands found by vtysh | Donald Sharp | 2017-01-09 | 4 | -42/+22 | |
| * | | | bgpd: Fixup some vnc cli | Donald Sharp | 2017-01-09 | 5 | -97/+160 | |
* | | | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-01-17 | 1 | -3/+15 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #78 from pguibert6WIND/fix_str2prefix_rd_as4 | Donald Sharp | 2017-01-17 | 1 | -3/+15 | |
| |\ \ \ \ | ||||||
| | * | | | | bgpd: avoid recalculating as_val value in str2prefix_rd | Philippe Guibert | 2017-01-17 | 1 | -2/+2 | |
| | * | | | | bgpd: str2prefix_rd support for AS4 format | Philippe Guibert | 2017-01-17 | 1 | -3/+15 | |
| * | | | | | bgpd: fix nexthop comparison for nexthop vpnv6 attribute | Philippe Guibert | 2017-01-17 | 2 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #68 from donaldsharp/cleanup | Olivier Dugeon | 2017-01-16 | 17 | -189/+10 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Merge branch 'master' into cleanup | Donald Sharp | 2017-01-13 | 9 | -266/+241 | |
| |\ \ \ \ | ||||||
| * | | | | | bgpd: Remove missed HAVE_IPV6 | Donald Sharp | 2017-01-13 | 1 | -2/+0 | |
| * | | | | | frr: Remove HAVE_IPV6 from code base | Donald Sharp | 2017-01-13 | 17 | -189/+10 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #70 from pguibert6WIND/frr_6wind_vpnv6_2 | Donald Sharp | 2017-01-14 | 3 | -261/+339 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | bgpd: remove one extra help handler from show bgp mpls commands | Philippe Guibert | 2017-01-13 | 1 | -9/+1 | |
| * | | | | bgpd: merge vpnvx network [route-map] command | Philippe Guibert | 2017-01-13 | 1 | -21/+5 | |
| * | | | | bgpd: add some show commands for vpnv6 | Philippe Guibert | 2017-01-13 | 1 | -245/+279 | |
| * | | | | bgpd: fix nexthop comparison for nexthop vpnv6 attribute | Philippe Guibert | 2017-01-13 | 2 | -1/+2 | |
| * | | | | bgpd: add network command for vpnv6 address family | Liu Xiaofeng | 2017-01-13 | 2 | -7/+74 | |
* | | | | | Merge branch 'stable/2.0-for-merge' | David Lamparter | 2017-01-13 | 1 | -3/+9 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | partial merge: revert "LabNConsulting/working/2.0/afi-safi-vty/c" | David Lamparter | 2017-01-13 | 5 | -715/+1593 | |
| | |/ / | |/| | |