summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_community_alias.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-14bgpd: fixes bmp stats send-experimental configurationPhilippe Guibert1-1/+1
2024-05-14bgpd: fix colored routes not installed after a switchoverPhilippe Guibert1-2/+1
2024-05-14lib, vtysh, topotests: fix 'show ip[v6] access-list ... json' formattingPiotr Suchy4-14/+114
2024-05-13bgpd: fix colored nexthops resolutionPhilippe Guibert1-2/+2
2024-05-10tests: Check if `set/match tag untagged` worksDonatas Abraitis3-0/+102
2024-05-10lib: Allow doing match/set tag untaggedDonatas Abraitis4-18/+39
2024-05-09zebra: add some more netlink RTA_ stringsMark Stapp1-0/+6
2024-05-09build: throw in a few more `XREF_SETUP`David Lamparter4-0/+23
2024-05-09zebra: Ensure multipath encodes vxlan right for fpm usageDonald Sharp1-19/+24
2024-05-09zebra: Move fpm check to inside of netlink_route_nexthop_encapDonald Sharp1-13/+13
2024-05-09zebra: Move netlink_route_nexthop_encapDonald Sharp1-28/+27
2024-05-09zebra: Add 2 things to fpm_listenerDonald Sharp1-5/+112
2024-05-09tests: fix mis-spelled `cryptographic-algorithm` keyword in testChristian Hopps1-4/+4
2024-05-09bgpd: Move SRv6 cleanup functionsCarmine Scarpitta1-12/+14
2024-05-09bgpd: Fix SRv6 memory leaks spotted by ASANCarmine Scarpitta1-0/+9
2024-05-09mgmtd: add missing diagnostic show cmd output (notify maps)Christian Hopps1-4/+13
2024-05-08build: make clang-format ignore DEFUN/DEFPYDavid Lamparter1-0/+17
2024-05-08pimd: fix order of operations for evaluating joinDavid Lamparter1-1/+7
2024-05-08pimd: fix null register before aging out reg-stopDavid Lamparter3-23/+49
2024-05-08pimd: fix dr-priority rangeDavid Lamparter5-9/+7
2024-05-08bgpd: Remove redundant recursion flag variableDonatas Abraitis1-5/+1
2024-05-08debian: libyang3Vincent JARDIN1-1/+1
2024-05-08lib: libyang.so.3 compatibilty layersVincent JARDIN2-15/+63
2024-05-07lib: stick `XREF_SETUP` into libfrrzmqDavid Lamparter1-0/+2
2024-05-07mgmtd: some cleanup from original RPC commitChristian Hopps1-13/+28
2024-05-07doc: fix one command for isisanlan_cs1-6/+11
2024-05-07bgpd: bmp rename tlv typesMaxence Younsi1-6/+8
2024-05-07isisd: fix json display for database commandanlan_cs2-5/+18
2024-05-07mgmtd: rpc and action handling both should use rpc map.Christian Hopps1-9/+3
2024-05-07isisd: fix the display topology commandanlan_cs1-3/+3
2024-05-06if: fix same connected addressLoïc Sang1-17/+2
2024-05-06ospf6d: Redistribute metric for AS-external routeAlexander Rose5-21/+85
2024-05-05isisd: remove unnecessary check for vrfanlan_cs3-262/+205
2024-05-05bgpd: Fix the order of NULL check and ZAPI decodeCarmine Scarpitta1-3/+3
2024-05-05bgpd: [GR] fix mode change vtysh return codeChirag Shah1-7/+15
2024-05-03bgpd: Fix crash when deleting the SRv6 locatorCarmine Scarpitta1-0/+3
2024-05-03zebra: fix EVPN svd based remote nh neigh delChirag Shah1-4/+19
2024-05-03zebra: bridge flap handle vlan membership updateChirag Shah4-14/+63
2024-05-03isisd: adjust the format of display commandanlan_cs2-3/+3
2024-05-03build: get rid of "unrecognized … anon-tag"David Lamparter1-1/+10
2024-05-03tests: Modify inter-area ECMP topotest to also test redundant ABRsMartin Buck9-85/+119
2024-05-03ospf6d: Fix nexthop computation for inter-area multi-ABR ECMPMartin Buck1-2/+9
2024-05-03bgpd: Reduce the nesting level for bgp_clear_damp_route()Donatas Abraitis1-32/+28
2024-05-03tests: Check if dampening per-peer worksDonatas Abraitis4-0/+209
2024-05-03doc: user doc for route-flap dampening commandsDavid Schweizer1-7/+33
2024-05-03bgpd: Put dest into work queue when the path is really withdrawn by dampeningDonatas Abraitis1-6/+14
2024-05-03bgpd: Pass the right reuse_list when handling it via bgp_reuse_timer threadDonatas Abraitis3-30/+24
2024-05-03bgpd: Use SLIST_FOREACH_SAFE when iterating over the list in bgp_reuse_timerDonatas Abraitis1-2/+2
2024-05-03bgpd: fix missing damp info free when cleaning bgp pathIgor Ryzhov1-0/+2
2024-05-03bgpd: cleanup bgp_damp_info_freeIgor Ryzhov3-18/+10