summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, bgpd: Convert frr_pthread_set_name to only cause it to set os name of th...Donald Sharp2019-01-091-1/+5
* Merge pull request #3575 from LabNConsulting/working/master/no-bgp-attr-255Donald Sharp2019-01-082-5/+5
|\
| * bgpd: don't use BGP_ATTR_VNC(255) unless ENABLE_BGP_VNC_ATTR is definedLou Berger2019-01-072-5/+5
* | bgpd: Modify End of Rib notification to INFODonald Sharp2019-01-071-5/+5
|/
* Merge pull request #3560 from opensourcerouting/fix-sh-bgp-communityRuss White2019-01-031-1/+8
|\
| * bgpd: fix parsing of community number in the "show bgp community" commandRenato Westphal2019-01-021-1/+8
* | bgpd: evpn command to restrict to default vrfChirag Shah2019-01-011-0/+30
|/
* Fix typos in BGPd sample configuration fileSimonas2018-12-271-2/+2
* Merge pull request #3327 from adeg/feature/bgp-lu-auto-labelsRenato Westphal2018-12-204-19/+149
|\
| * bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP la...Anton Degtyarev2018-12-204-19/+149
* | bgpd: Allow shortened 'no set large-community' and 'no set large-comm-list'Donald Sharp2018-12-191-0/+16
* | bgpd: Allow `no set extcommunity [rt|soo]`Donald Sharp2018-12-191-0/+16
* | bgpd: Allow 'no set community`Donald Sharp2018-12-191-0/+8
|/
* Merge pull request #3448 from chiragshah6/evpn_dev1Sri Mohana Singamsetty2018-12-192-6/+15
|\
| * bgpd: l3vni add-del handle non-defualt rtChirag Shah2018-12-082-6/+15
* | Merge pull request #3503 from qlyoung/fix-bgpd-show-ip-neigh-json-double-freeDavid Lamparter2018-12-181-2/+3
|\ \
| * | bgpd: fix json double free when showing neighborsQuentin Young2018-12-171-2/+3
* | | Merge pull request #3321 from pguibert6WIND/show_import_tableRenato Westphal2018-12-181-9/+39
|\ \ \
| * | | bgpd: add show bgp import-check-tablePhilippe Guibert2018-12-171-9/+39
| |/ /
* | | Merge pull request #3500 from pguibert6WIND/missing_default_vrf_nameRenato Westphal2018-12-181-2/+2
|\ \ \
| * | | bgpd: bgp default vrf in show route naming changePhilippe Guibert2018-12-171-1/+1
| * | | bgpd: nexthop vrf name set to default vrfPhilippe Guibert2018-12-171-1/+1
| |/ /
* | | Merge pull request #3279 from adharkar/frr-default_localMartin Winter2018-12-181-2/+37
|\ \ \ | |/ / |/| |
| * | bgpd: Display default local preference and local AS for BGP show commandsAmeya Dharkar2018-12-051-2/+37
* | | bgpd: Fix confederation identifier unsigned displayDonald Sharp2018-12-161-1/+1
* | | *: remove all MIBs for DFSG complianceDavid Lamparter2018-12-142-931/+0
* | | bgpd: Cleanup non-normal compiled code pathDonald Sharp2018-12-122-3/+4
* | | Merge pull request #3093 from donaldsharp/bgp_node_continuedLou Berger2018-12-1125-533/+599
|\ \ \ | |_|/ |/| |
| * | bgpd: Cleanup bgp_connected_set|get function namesDonald Sharp2018-11-162-11/+12
| * | bgpd: Cleanup bgp_distance_set|get function namesDonald Sharp2018-11-162-8/+9
| * | bgpd: Cleanup bgp_static_set|get function namesDonald Sharp2018-11-163-25/+30
| * | bgpd: Cleanup bgp_aggregate_set|get function namesDonald Sharp2018-11-162-9/+10
| * | bgpd: Cleanup bgp_nexthop_set|get function namesDonald Sharp2018-11-163-15/+15
| * | bgpd: Cleanup non-usage of prefix2str in bgp_vpn.cDonald Sharp2018-11-161-8/+4
| * | bgpd: Cleanup show_adj_route_vpn to be easier to readDonald Sharp2018-11-161-155/+116
| * | bgpd: Cleanup bgp_route_map_process_update to be readableDonald Sharp2018-11-161-52/+45
| * | bgpd: Fix missed usage of bgp_static_get_node_info()Donald Sharp2018-11-161-2/+5
| * | bgpd: Abstract bgp_table retrieving/setting from info pointerDonald Sharp2018-11-1614-111/+142
| * | bgpd: Abstract bgp_info retrieving/setting from info pointerDonald Sharp2018-11-1620-149/+224
| * | bgpd: Reduce size of 'struct bgp_node' by 8 bytesDonald Sharp2018-11-161-1/+2
| * | bgpd: Cleanup weird includes of zebra headersDonald Sharp2018-11-161-2/+0
* | | Merge pull request #3444 from donaldsharp/adj_stuffRuss White2018-12-086-31/+42
|\ \ \
| * | | bgpd: Convert adj_out to a RB treeDonald Sharp2018-12-076-31/+42
| | |/ | |/|
* | | Merge pull request #3455 from donaldsharp/full_revertRuss White2018-12-081-1/+1
|\ \ \
| * | | bgpd: Back out rest of e23b9ef6d2Donald Sharp2018-12-071-1/+1
* | | | Merge pull request #3453 from opensourcerouting/revert-json-spellfixDonald Sharp2018-12-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd: re-add spelling error in JSON outputDavid Lamparter2018-12-071-1/+1
| |/ /
* | | Merge pull request #3438 from opensourcerouting/bgp-rfapi-default-valueDonald Sharp2018-12-071-2/+2
|\ \ \
| * | | bgpd: don't show default value in configurationRafael Zalamena2018-12-061-2/+2
| |/ /
* | | Merge pull request #3421 from pguibert6WIND/bgp_lp_finish_called_too_earlyDonald Sharp2018-12-072-1/+3
|\ \ \