summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_nexthop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: nexthop tracking with labels for vrf-vpn leakingG. Paul Ziemba2018-04-041-3/+4
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-29/+21
* bgpd: Reduce multiaccess_check_v4 overhead for subgroupsDonald Sharp2017-09-271-0/+42
* Merge pull request #1157 from donaldsharp/recursive_blackholeJafar Al-Gharaibeh2017-09-211-65/+55
|\
| * bgpd: Fix bgp display of blackhole nexthopsDonald Sharp2017-09-121-65/+55
* | bgpd: fix show ip bgp vrf <vrf> nexthopDon Slice2017-09-121-1/+5
|/
* bgpd: Add various hash optimizationsDonald Sharp2017-09-051-3/+5
* *: fix styleQuentin Young2017-08-301-2/+2
* fix coding styleMitesh Kanjariya2017-08-191-9/+9
* bgpd: Ignore EVPN routes from CLAG peer when VNI comes upMitesh Kanjariya2017-08-171-5/+86
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-373/+372
* Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-14/+13
|\
| * *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-2/+1
| * *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-1/+1
| * *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-12/+12
* | bgpd: Fix check for martian next hopsvivek2017-07-121-2/+2
|/
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+1
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-1/+1
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-1/+1
* *: use vty_outlnQuentin Young2017-06-291-27/+22
* bgpd: Add view/vrf auto completion to commandsDonald Sharp2017-06-161-1/+1
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* bgpd: Some nexthop display code needs to be VRF awareDonald Sharp2017-03-151-3/+3
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-3/+3
* bgpd: Cleanup 'view all' commandDonald Sharp2017-01-241-2/+2
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-4/+0
* bgpd: Remove knowledge of HAVE_CLOCK_MONTONICDonald Sharp2017-01-081-4/+0
* Merge remote-tracking branch 'osr/master' into vtysh-grammarQuentin Young2016-12-061-33/+26
|\
| * Merge branch 'stable/2.0'David Lamparter2016-12-051-33/+26
| |\
| | * bgpd: plug several memleaksRenato Westphal2016-11-281-1/+7
| | * bgpd: use loops to reduce code duplicationRenato Westphal2016-11-281-32/+19
* | | all: Fix all underfull doc stringsQuentin Young2016-11-301-1/+2
|/ /
* | bgpd: Vestigialize `show ip bgp`, this time for realQuentin Young2016-10-281-42/+6
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-0/+3
|\|
| * bgpd: Fix crash in 'show ip bgp nexthop'Paul Jakma2016-10-181-0/+3
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-5/+0
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-5/+0
* | Expand #defines in command stringsDaniel Walton2016-09-251-3/+3
* | bgpd: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-2/+4
* | bgpd: argv update for all but bgp_vty.cDaniel Walton2016-09-221-2/+2
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-10/+1
* bgpd: Fix crash in 'show ip nexthop'Donald Sharp2016-09-051-2/+3
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-08-191-0/+1
|\
| * bgpd: Upon interface up (update) only kick-off non-Established peersvivek2016-08-191-0/+1
* | lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
|/
* bgpd: tests - add null pointer protection to fix bgp test failuresLou Berger2016-06-091-0/+2
* bgpd: improve cleanup in bgp_delete()Lou Berger2016-06-091-0/+8
* BGP: Implement key show commands for all VRFsvivek2016-04-131-13/+52
* BGP: Update commands for VRF supportvivek2016-03-091-14/+13
* BGP: Update commands for VRF supportvivek2016-03-071-0/+30