summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_vty.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-06bgpd: Conform bgp_packet.h with coding standardsDonald Sharp1-12/+14
2023-04-04tests: lower logging level on some infra logsChristian Hopps4-52/+56
2023-04-04docker: Install missing dependencies for Alpine buildDonatas Abraitis1-1/+1
2023-04-04isisd: consider link local ipv4 addresses as validPhilippe Guibert1-2/+1
2023-04-04tests: [topojson] multicast pimv6 socat cleanupKuldeep Kashyap5-21/+60
2023-04-03tests: add test to validate 4-byte ecomm parsingTrey Aspelund2-0/+131
2023-04-03bgpd: fix ecommunity parsing for AS4Trey Aspelund1-4/+25
2023-04-03bgpd: bmp fix peer-up ports byte orderMaxence Younsi1-4/+4
2023-04-03sharpd: Fix sharpd memory leakKeelan103-2/+5
2023-04-03ripd: Fix malformed route-mapanlan_cs1-4/+9
2023-04-03ospfd:display correct DR-BDR router-id in nbr cmdSindhu Parvathi Gopinathan1-12/+32
2023-04-02mgmtd: lib: read transitioned daemons split config files in mgmtdChristian Hopps6-5/+54
2023-04-01doc: Add missing rfc9384 to BGP supported RFC listDonatas Abraitis2-1/+3
2023-04-01bgpd: add comments for 'json detail' show cmd codeTrey Aspelund1-0/+20
2023-04-01tests: add OSPF NSSA topotestRenato Westphal54-0/+5588
2023-04-01ospfd: add support for NSSA Type-7 address rangesRenato Westphal9-102/+262
2023-04-01ospfd: do not install blackhole routes for ranges with "not-advertise"Renato Westphal1-19/+22
2023-04-01ospfd: refactor range commandsRenato Westphal3-47/+38
2023-04-01ospfd: use the ospf_area_range_active() helper function more consistentlyRenato Westphal1-5/+5
2023-04-01ospfd: remove duplicated codeRenato Westphal1-3/+0
2023-04-01ospfd: implement Type-7 default routes for NSSA areasRenato Westphal10-18/+370
2023-04-01ospfd: refactor the "area nssa" command using DEFPYRenato Westphal4-181/+56
2023-03-31mgmtd: remove startup config feature for nowChristian Hopps2-26/+0
2023-03-31tests: when verifying a route is missing use expected=FalseChristian Hopps1-5/+13
2023-03-31isisd, zebra: Use array_size instead of ARRAY_SIZEDonald Sharp2-48/+43
2023-03-31zebra: Cleanup ctx leak on shutdown and turn off eventDonald Sharp3-0/+22
2023-03-31mgmtd: Fix for issue 13154.Manoj Naragund1-7/+25
2023-03-31mgmtd: remove errant git added fileChristian Hopps1-506/+0
2023-03-30sharpd: Adjust TED builderOlivier Dugeon1-1/+1
2023-03-30isisd: Correction of subnets creation in the TEDOlivier Dugeon1-1/+14
2023-03-30bgpd: Trim long neighbor description with no whitespacerbarroetavena1-6/+3
2023-03-30tests: Check received routes count for labeled-unicast with addpathDonatas Abraitis1-43/+13
2023-03-30bgpd: increase buffer size used for dumping BGP to MRT filesjeclarke1-2/+1
2023-03-30bgpd : aggregate-address memory leak fixSamanvitha B Bhargav3-24/+47
2023-03-30zebra: Ensure gr events run after Meta Queue has runDonald Sharp3-38/+120
2023-03-30tests: Turn off debug loggingDonald Sharp30-159/+112
2023-03-29bgpd: Do not call bgp_soft_reconfig_in() twice in a row on policy changeDonatas Abraitis1-5/+2
2023-03-29zebra: remove current_afi as that it is no longer usedDonald Sharp3-9/+2
2023-03-29zebra: Allow GR to run per AFI as they are reportedDonald Sharp1-54/+100
2023-03-29zebra: Rearrange zebra_gr zapi functionsDonald Sharp1-96/+57
2023-03-29zebra: zebra GR only works with AFI's limit itDonald Sharp2-41/+32
2023-03-29bgpd: Ensure stream received has enough dataDonald Sharp1-54/+25
2023-03-29zebra: Remove redundant check for pointers being goodDonald Sharp1-3/+0
2023-03-29zebra: GR code could potentially stop runningDonald Sharp3-42/+12
2023-03-29zebra: Cleanup indentation in functionDonald Sharp1-44/+44
2023-03-29zebra: Just set the variable for what is wanted in GR codeDonald Sharp1-5/+3
2023-03-29lib: Ensure the safi is set to a sensible valueDonald Sharp1-0/+2
2023-03-29isisd: Add PDU drop counter to "show isis summary"Isabella de Leon3-4/+29
2023-03-28zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp11-38/+38
2023-03-28bgpd: Do not announce routes immediatelly on filter updatesDonatas Abraitis7-19/+174