summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_router.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-20bgpd: fix coverity issue on aspath_filter_exclude_aclFrancois Dumontet1-3/+4
2023-09-20lib: random make-coverity-happy nitsDavid Lamparter7-9/+16
2023-09-20isisd: fix crash when configuring srv6 locator without isis instancePhilippe Guibert1-0/+6
2023-09-20tests: add srv6 multiple segs SIDs topotestDmytro Shytyi7-0/+160
2023-09-20staticd: add vtysh srv6 multiple segs SIDsDmytro Shytyi1-111/+169
2023-09-20staticd: northbound srv6 hooks for segs stack yang modelDmytro Shytyi3-0/+249
2023-09-20staticd: zebra, modify nexthop to support multiple srv6 segs SIDsDmytro Shytyi1-0/+15
2023-09-20staticd: add srv6 static route seg informationDmytro Shytyi1-0/+10
2023-09-20zebra: add northbound api hooks for nexthop segmentsDmytro Shytyi3-0/+88
2023-09-20yang: provide a yang model for seg6 segs SIDs stackDmytro Shytyi1-0/+31
2023-09-20lib: adapt nexthop_cmp to handle multiple segs SIDsDmytro Shytyi1-3/+21
2023-09-20lib: update del_srv6_seg6_local to handle seg6_segsDmytro Shytyi1-1/+9
2023-09-20lib: nexthop, free the multiple seg6_segsDmytro Shytyi1-6/+8
2023-09-20lib: in nexthop adaptation pass the number of segs to jhashDmytro Shytyi1-5/+26
2023-09-20bgpd,lib,sharpd,zebra: srv6 introduce multiple segs/SIDs in nexthopDmytro Shytyi12-88/+194
2023-09-20doc: srv6 multiple segs SIDs documentationDmytro Shytyi1-0/+20
2023-09-20lib: clippy ELF: check existence of string tableDavid Lamparter1-1/+3
2023-09-20lib: straight return on error on log open failDavid Lamparter1-8/+9
2023-09-20lib: add dup() error check in logging codeDavid Lamparter1-0/+5
2023-09-20staticd: Check against NULL before dereferencing vrfDonatas Abraitis1-0/+7
2023-09-20bgpd: Initialise prd despite if it's safi-related or notDonatas Abraitis1-2/+1
2023-09-20doc: add northbound api arch docsQuentin Young16-0/+8105
2023-09-19tests: replace ctime with ctime_rMark Stapp1-1/+2
2023-09-19pathd: replace ctime with ctime_rMark Stapp1-1/+3
2023-09-19bgpd: replace ctime with ctime_rMark Stapp7-11/+19
2023-09-19bgpd: Make debug a passed in variable for bgp_evpn_path_info_cmpDonald Sharp3-5/+6
2023-09-19bgpd: Prevent use after free from coverity's perspectiveDonald Sharp1-1/+2
2023-09-19lib: constrain hash table "tabshift" both waysDavid Lamparter1-3/+6
2023-09-19pimd: Use a better name for oil_parentDonald Sharp7-40/+38
2023-09-19bgpd: snmp MIB bgp4v2 fix indexes in OIDFrancois Dumontet3-66/+68
2023-09-19bgpd: snmp MIB bg4v2 fix invalid address Type valueFrancois Dumontet1-103/+103
2023-09-19bgpd: snmp MIB bg4v2 fix wrong type valuesFrancois Dumontet1-4/+4
2023-09-18tests: Check if TCP MSS is synced if using a passive neighborDonatas Abraitis4-0/+128
2023-09-18bgpd: Set TCP min MSS per listenerDonatas Abraitis3-0/+50
2023-09-18bgpd: Show TCP MSS per neighbor always, despite if it's configured or notDonatas Abraitis1-12/+7
2023-09-18bgpd: Set TCP MSS for the socket even if the session is set to passiveDonatas Abraitis2-6/+6
2023-09-17zebra: remove duplicated codeIgor Ryzhov1-10/+2
2023-09-16ospf6d: fix uninitialized warningsDavid Lamparter1-2/+2
2023-09-16[ospfd]: add support for RFC 5709 HMAC-SHA AuthMahdi Varasteh15-430/+1419
2023-09-15isisd: Fix CID 1568134 (Null pointer dereference)Carmine Scarpitta1-0/+3
2023-09-15isisd: Fix CID 1568133 (Null pointer dereference)Carmine Scarpitta1-2/+5
2023-09-15isisd: Fix CID 1568132 (Null pointer dereference)Carmine Scarpitta1-2/+5
2023-09-15isisd: Fix CID 1568129 (Null pointer dereference)Carmine Scarpitta1-2/+2
2023-09-14tests: Check if private ASNs are removed if modified by route-mapDonatas Abraitis4-0/+119
2023-09-14bgpd: Remove private ASNs after we modify the as-path with the route-mapDonatas Abraitis1-3/+3
2023-09-14pimd: Display oil_parent as a string name of the interfaceDonald Sharp3-14/+22
2023-09-14tools: make --quiet actually suppress outputJonas Gorski1-4/+4
2023-09-14zebra: fix link update for veth interfacesJafar Al-Gharaibeh1-2/+0
2023-09-14pathd: reset pcc peer connection when pce options modifiedFarid Mihoub1-10/+74
2023-09-14pathd: add no command for pce/pce-config sub-commandsFarid MIHOUB1-16/+31