summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3509 from faickermo/fix_bgp_ipv6_default_nexthopDonald Sharp2019-06-121-0/+1
|\
| * bgpd: Set bgp default nexthop value of IPv6Faicker Mo2019-05-311-0/+1
* | bgpd: add l2vpn evpn to afi safi parse utilityDon Slice2019-06-101-0/+8
* | lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-062-1/+9
* | Merge pull request #3555 from pguibert6WIND/bgp_wording_vrf_tableRuss White2019-06-041-6/+8
|\ \
| * | bgpd: use the wording vrf instead of tablePhilippe Guibert2019-01-071-6/+8
* | | Merge pull request #4455 from lkrishnamoor/revertDonald Sharp2019-06-045-197/+203
|\ \ \
| * | | Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-045-197/+203
* | | | bgpd: Remove BGP_OPT_CONFIG_CISCODonald Sharp2019-06-033-108/+30
* | | | bgpd: Remove `[no] bgp config-type <cisco|zebra>`Donald Sharp2019-06-031-42/+0
* | | | bgpd: Remove BGP_OPT_MULTIPLE_INSTANCE flagDonald Sharp2019-06-033-64/+16
* | | | bgpd: Remove deprecated '[no] bgp multiple-instance' commandDonald Sharp2019-06-031-39/+0
|/ / /
* | | 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