summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4345 from NaveenThanikachalam/route_map_depDonald Sharp2019-06-032-2/+3
|\
| * lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-312-2/+3
* | bgpd: Filtering received EVPN routes based on VNI does not workLakshman Krishnamoorthy2019-05-312-11/+42
|/
* Merge pull request #4315 from lkrishnamoor/route_map_3rd_stateDonald Sharp2019-05-315-192/+155
|\
| * lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-305-192/+155
* | Merge pull request #4413 from donaldsharp/bgp_distance_comes_closerSri Mohana Singamsetty2019-05-301-0/+3
|\ \
| * | bgpd: Always send down correct admin distanceDonald Sharp2019-05-291-0/+3
* | | Merge pull request #4408 from donaldsharp/bgp_status_fsmSri Mohana Singamsetty2019-05-301-3/+9
|\ \ \
| * | | bgpd: Update an fsm debug messageDonald Sharp2019-05-291-3/+9
| |/ /
* | | Merge pull request #4267 from qlyoung/fix-misc-compile-warningsRenato Westphal2019-05-304-50/+45
|\ \ \ | |_|/ |/| |
| * | bgpd: use XCALLOC to allocate string bufQuentin Young2019-05-291-1/+1
| * | bgpd: fix pointer bug introduced in strlcat changeQuentin Young2019-05-291-20/+19
| * | bgpd: suppress dead store warningQuentin Young2019-05-291-0/+1
| * | bgpd: remove strcpy, strcatQuentin Young2019-05-293-44/+34
| * | bgpd: fix rfapi false compiler warningQuentin Young2019-05-291-0/+3
| * | bgpd: fix false compiler warningQuentin Young2019-05-291-0/+2
| |/
* / bgpd: fix debug to have proper nhop displayChirag Shah2019-05-282-7/+21
|/
* Merge pull request #4384 from dslicenc/bgp-no-delete-defaultLou Berger2019-05-281-1/+16
|\
| * bgpd: disable deleting default instance if vrf instances existDon Slice2019-05-221-1/+16
* | Merge pull request #4322 from sworleys/Nexthop-CmpRenato Westphal2019-05-281-2/+1
|\ \
| * | lib,zebra,bgpd: Remove nexthop_same_no_recurse()Stephen Worley2019-05-231-2/+1
| |/
* | Merge pull request #4377 from ton31337/feature/show_fqdn_in_show_ip_bgpRuss White2019-05-281-52/+125
|\ \
| * | bgpd: Show FQDN in `show [ip] bgp` outputDonatas Abraitis2019-05-211-52/+125
* | | Merge pull request #4346 from pguibert6WIND/regression_bgp_down_bfdRuss White2019-05-281-0/+2
|\ \ \
| * | | bgpd: upon peer unconfiguration, remove bfd context if anyPhilippe Guibert2019-05-211-0/+2
* | | | bgpd: convert a couple of debug strings in rpki to prefix2strDonald Sharp2019-05-271-10/+9
* | | | bgpd, lib: Remove SO_MARKDonald Sharp2019-05-243-13/+0
* | | | bgpd: Display FD used for peerDonald Sharp2019-05-241-2/+2
| |_|/ |/| |
* | | bgpd, ripd, ripngd: remove deprecated -r optionEmanuele Di Pascale2019-05-221-8/+1
|/ /
* | Merge pull request #4373 from opensourcerouting/ds-dlistDonald Sharp2019-05-211-2/+2
|\ \
| * | bgpd: use DLIST for adv_fifoDavid Lamparter2019-05-211-2/+2
* | | bgpd: remove deprecated "bgp enforce-first-as" commandRenato Westphal2019-05-213-41/+0
|/ /
* | Merge pull request #4362 from donaldsharp/more_more_lessSri Mohana Singamsetty2019-05-211-46/+6
|\ \
| * | bgpd: Routemap processing was testing for an impossible flagDonald Sharp2019-05-171-46/+6
* | | bgpd: fix compiler warning in reason2strDavid Lamparter2019-05-201-0/+1
* | | bgpd : no neighbor <> send-community large is not working dynamicallyvishaldhingra2019-05-181-0/+1
| |/ |/|
* | Merge pull request #4349 from donaldsharp/bgp_reasonSri Mohana Singamsetty2019-05-175-27/+185
|\ \ | |/ |/|
| * bgpd: Display best path selection reasonDonald Sharp2019-05-161-1/+80
| * bgpd: Store reason why bestpath was choosenDonald Sharp2019-05-164-10/+87
| * bgpd: Switch data structure passing to route_vty_out_detailDonald Sharp2019-05-163-16/+18
* | Merge pull request #4219 from bisdhdh/biswajitfrr_5Russ White2019-05-164-7/+101
|\ \
| * \ Merge branch 'master' of https://github.com/frrouting/frrBiswajit Sadhu2019-05-0715-190/+99
| |\ \
| * | | bgpd: Prevent the ebgp ipv6 sender from changing of nexthop in a special case.Biswajit Sadhu2019-04-274-7/+101
* | | | Merge pull request #4144 from pguibert6WIND/bfd_cbitRuss White2019-05-162-13/+107
|\ \ \ \
| * | | | bgpd: do not unregister bfd session when bgp session goes downPhilippe Guibert2019-05-141-2/+0
| * | | | bgpd: add vty command to enable bfd control-plane-check-failurePhilippe Guibert2019-05-141-2/+76
| * | | | bfdd, lib, bgpd: add bfd cbit usagePhilippe Guibert2019-05-141-11/+33
* | | | | Merge pull request #4313 from lkrishnamoor/overlay_json_cliRuss White2019-05-162-26/+78
|\ \ \ \ \
| * | | | | bgpd: json cli output for bgp evpn overlayLakshman Krishnamoorthy2019-05-112-26/+78
* | | | | | Merge pull request #4340 from qlyoung/hash-key-constRuss White2019-05-1621-55/+55
|\ \ \ \ \ \