summaryrefslogtreecommitdiffstats
path: root/pimd/pim_register.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-12ospfd: Decode Extended Link & Prefix TLVs for jsonOlivier Dugeon1-65/+166
2024-02-12ospfd: Decode Router Info. TLVs for json outputOlivier Dugeon1-86/+215
2024-02-12ospfd: Decode TE TLVs for json outputOlivier Dugeon1-129/+346
2024-02-12ospfd: Prepare Opaque LSA for json outputOlivier Dugeon1-10/+7
2024-02-11build: fix configure outputIgor Ryzhov1-1/+1
2024-02-11lib, mgmtd: rework processing of yang notificationsIgor Ryzhov7-56/+87
2024-02-10qpb: Add missing `#include nexthop.h`Carmine Scarpitta1-0/+1
2024-02-10lib, mgmtd: fix processing of yang notificationsIgor Ryzhov6-9/+98
2024-02-09mgmtd: ripng, libs fully convertedVincent JARDIN1-3/+4
2024-02-09bgpd: fix minttl copying during peer resetAlexander Skorichenko1-0/+1
2024-02-09bgpd: Optimize memory for peer_connection structDonatas Abraitis1-5/+5
2024-02-09bgpd: Optimize memory for bgp_nexthop_cache structDonatas Abraitis1-12/+13
2024-02-09bgpd: Optimize memory for ecommunity structDonatas Abraitis1-3/+3
2024-02-09bgpd: Optimize memory for bgp_adj_out structDonatas Abraitis1-3/+3
2024-02-08ospfd: add support for "no router-info [<area|as>] command"Christian Breunig1-2/+4
2024-02-08ospfd: can not delete "segment-routing node-msd" when SR if offChristian Breunig1-0/+1
2024-02-08pimd: re-evaluated S,G OILs upon RP changes and for empty SG upstream oilsRajesh Varatharaj3-2/+38
2024-02-08nhrp: fix race conditionLou Berger1-0/+5
2024-02-07bgpd: fix flushing ipv6 flowspec entries when peering stopsPhilippe Guibert3-13/+16
2024-02-07bgpd: Do not show TCP MSS if the socket is brokenDonatas Abraitis1-0/+3
2024-02-07doc: Fix the documentation for route-map continue statementDonatas Abraitis1-4/+4
2024-02-07vtysh: remove resync workaround when exiting to config nodeIgor Ryzhov3-35/+1
2024-02-07mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov3-7/+32
2024-02-07lib: fix affinity map duplicateLouis Scalbert1-1/+0
2024-02-06bgpd: remove dead label code in bgp_updateLouis Scalbert1-5/+1
2024-02-06tests: add topotest for static routes in VRFIgor Ryzhov2-0/+144
2024-02-06zebra: Use uint16_t for DF preferenceDonatas Abraitis1-1/+1
2024-02-06bgpd: Drop unused function bgp_evpn_attr_get_df_pref()Donatas Abraitis1-5/+0
2024-02-06bgpd: fix displaying srv6 sidLouis Scalbert1-15/+14
2024-02-05doc: Add some documentation around a new pthread callDonald Sharp1-0/+9
2024-02-05zebra: Reorg `struct route_entry` to have important bits firstDonald Sharp1-13/+13
2024-02-05doc: Document `update-source <IFNAME>` command betterDonald Sharp1-3/+5
2024-02-05bgpd: Send dynamic capability when on/off FQDN capabilityDonatas Abraitis1-2/+9
2024-02-05bgpd: Do not reset the session if turning on/off FQDN capabilityDonatas Abraitis1-1/+1
2024-02-05bgpd: Send FQDN capability via dynamic capability if enabledDonatas Abraitis1-1/+2
2024-02-04staticd: coverity fixesIgor Ryzhov1-1/+5
2024-02-04zebra: coverity fixesIgor Ryzhov2-5/+22
2024-02-04staticd: fix nht memory leakIgor Ryzhov1-35/+6
2024-02-04staticd: add a separate function for uninstalling nexthopsIgor Ryzhov2-10/+13
2024-02-04staticd: don't send routes from disabled vrfs to zebraIgor Ryzhov1-1/+1
2024-02-04staticd: fix processing nht updatesIgor Ryzhov1-23/+11
2024-02-04mgmtd: embed frr-zebra-route-map moduleIgor Ryzhov1-0/+1
2024-02-04lib: add ietf-yang-metadata to the list of built-in modulesIgor Ryzhov1-1/+2
2024-02-04mgmtd: disable lib code for config readingIgor Ryzhov1-7/+1
2024-02-04*: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov7-43/+43
2024-02-04lib: fix autocompletion for prefix-listsIgor Ryzhov1-14/+14
2024-02-04lib: fix autocompletion for access-listsIgor Ryzhov1-15/+15
2024-02-04doc: remove [no] from commandsIgor Ryzhov3-10/+10
2024-02-04lib, mgmtd: don't register NB config callbacks in mgmtdIgor Ryzhov7-3/+59
2024-02-04mgmtd: fix missing -n flag and helpIgor Ryzhov1-2/+3