summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #7974 from donaldsharp/more_if_zeroDonatas Abraitis2021-01-298-134/+0
|\ \ \
| * | | bgpd: Remove #if 0 codeDonald Sharp2021-01-288-134/+0
* | | | bgpd: Show NoNeg instead of bad parsing `show bgp summary` if disabledDonatas Abraitis2021-01-281-1/+3
* | | | bgpd: Include local AS for JSON output in `show bgp summary json` cmdDonatas Abraitis2021-01-281-0/+5
* | | | bgpd: Add `show bgp summary wide` commandDonatas Abraitis2021-01-284-50/+91
|/ / /
* | | Merge pull request #7433 from sudhanshukumar22/bgp-aggregate-member-issueDonatas Abraitis2021-01-281-0/+24
|\ \ \ | |/ / |/| |
| * | bgpd:'bgpd' core generated on Leaf device with system-test configsudhanshukumar222021-01-181-0/+24
* | | Merge pull request #7936 from pjdruddy/l3vpn-lableled-nh-checkDonald Sharp2021-01-275-15/+21
|\ \ \
| * | | bgpd: make sure nh is valid for MPLS vpn routesPat Ruddy2021-01-275-15/+21
| | |/ | |/|
* | | Merge pull request #7635 from AnuradhaKaruppiah/ead-evi-knobsPatrick Ruddy2021-01-263-7/+65
|\ \ \
| * | | bgpd: add config knobs to disable rx and tx of ead-per-evi routesAnuradha Karuppiah2020-12-113-7/+65
* | | | Merge pull request #7676 from ton31337/fix/show_ip_bgp_summary_description_tr...Russ White2021-01-261-1/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: Strip neighbors's description to 20 chars in show bgp summaryDonatas Abraitis2020-12-171-1/+22
* | | | bgpd: Assert that community_str2com("no-export") always returns non-NULLDonatas Abraitis2021-01-251-0/+2
* | | | bgpd: Set no-export community for blackhole tagged prefixesDonatas Abraitis2021-01-251-7/+7
* | | | bgpd: Log prefix when community filter failsDonatas Abraitis2021-01-241-1/+2
* | | | Merge pull request #7899 from ton31337/fix/bgpd_blackhole_communitybase_7.6Donald Sharp2021-01-225-81/+49
|\ \ \ \
| * | | | bgpd: Set NO_ADVERTISE community if blackhole community receivedDonatas Abraitis2021-01-214-1/+49
| * | | | bgpd: Remove community_regexp_delete() functionDonatas Abraitis2021-01-211-80/+0
* | | | | Merge pull request #7854 from patrasar/2606829Mark Stapp2021-01-221-2/+8
|\ \ \ \ \
| * | | | | bgpd : multiple memory leak fixes in show commandsSarita Patra2021-01-221-2/+8
| |/ / / /
* / / / / bgpd: Add afi/safi info to debug processing dataDonald Sharp2021-01-211-14/+20
|/ / / /
* | | | Merge pull request #7781 from chiragshah6/evpn_devRuss White2021-01-194-240/+11779
|\ \ \ \
| * | | | bgpd: convert nbr rmap transactional cliChirag Shah2021-01-102-314/+474
| * | | | yang: nbr plist nb conversion for more afi-safisChirag Shah2021-01-103-8/+11338
| * | | | bgpd: convert neighbor plist to transactional cliChirag Shah2021-01-102-120/+169
* | | | | Merge pull request #7884 from donaldsharp/null_stuffRuss White2021-01-1910-39/+38
|\ \ \ \ \
| * | | | | bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp2021-01-189-35/+37
| * | | | | bgpd: attr is already derefed cannot be null hereDonald Sharp2021-01-181-4/+1
* | | | | | Merge pull request #7639 from qlyoung/frr-luaRuss White2021-01-195-86/+357
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young2020-12-024-7/+22
| * | | | | bgpd: update routemap scripting exampleQuentin Young2020-12-025-101/+319
| * | | | | lib: cleanup / refactor scripting fooQuentin Young2020-12-021-1/+1
| * | | | | lib: move bgp routemap stuff out of frrlua.[ch]Quentin Young2020-12-021-0/+39
| * | | | | lib: remove frrlua_initializeQuentin Young2020-12-021-1/+2
| * | | | | lib: clean up frrlua.[ch]Quentin Young2020-12-021-8/+6
* | | | | | bgpd: Allow peer-groups to have `ttl-security hops` configuredDonald Sharp2021-01-151-14/+18
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #7867 from dewi-morgan/bgp-max-prefix-overflow-clearDonatas Abraitis2021-01-151-11/+21
|\ \ \ \ \
| * | | | | bgpd: clear max prefix overflow on de-configDewi Morgan2021-01-141-11/+21
* | | | | | bgpd: Temp fix to allow numbered peers to be part of a peer groupDonald Sharp2021-01-141-14/+50
|/ / / / /
* | | | | Merge pull request #7748 from adrianomarto/bgp-listen-on-multiple-addressesDonatas Abraitis2021-01-133-17/+45
|\ \ \ \ \
| * | | | | bgpd: bgpd listening on multiple addressesAdriano Marto Reis2021-01-113-17/+45
* | | | | | Merge pull request #7439 from opensourcerouting/bgp-damp-profile2Donald Sharp2021-01-128-185/+614
|\ \ \ \ \ \
| * | | | | | bgpd: vtysh commands for peer/group dampening profilesDavid Schweizer2020-11-021-1/+113
| * | | | | | bgpd: peer / peer group dampening profilesDavid Schweizer2020-11-027-184/+501
* | | | | | | Merge pull request #7247 from ton31337/feature/enhanced_route_refresh_capabilityRuss White2021-01-1212-51/+429
|\ \ \ \ \ \ \
| * | | | | | | bgpd: Use neighbor_events instead of debug_update for route-refresh msgDonatas Abraitis2021-01-051-5/+4
| * | | | | | | bgpd: Implement enhanced route refresh capabilityDonatas Abraitis2021-01-0512-46/+425
* | | | | | | | Merge pull request #7670 from ton31337/fix/bgpd_nexhop_handling_for_zebraRuss White2021-01-121-5/+15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | bgpd: Handle IPv6 prefixes with IPv4 nexthops for zebraDonatas Abraitis2020-12-041-5/+15