summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_script.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-12tests: adapt ospfapiclient test to new json outputOlivier Dugeon1-26/+38
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-12tests: fix grpc testChristian Hopps1-1/+1
2024-02-12doc: docker: update with new more strict protobuf requirementsChristian Hopps2-10/+11
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 route recursion on leaked routesLouis Scalbert1-9/+4
2024-02-09tests: check route recursion on leaked routesLouis Scalbert1-0/+7
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-07bgpd: Add `neighbor X send-community extended rpki` commandDonatas Abraitis6-18/+70
2024-02-07tests: Test if RPKI extended community can be disabled between peersDonatas Abraitis5-1/+66
2024-02-07doc: Add `neighbor X send-community extended rpki` commandDonatas Abraitis1-1/+12
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, ospfclient, tests, vtysh: Allow for a minimum fd poll sizeDonald Sharp1-3/+6
2024-02-07lib: fix affinity map duplicateLouis Scalbert1-1/+0
2024-02-07tests: Reduce wait intervals in test_bgp_snmp_bgp4v2mibDavid Schweizer1-3/+2
2024-02-07topotests: fix snmptrap log OID parsingDavid Schweizer1-8/+10
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