summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-18isisd: add ASLA supportLouis Scalbert3-1/+744
2023-04-18isisd: add isis flex-algo configuration frontendHiroki Shirokura1-9/+190
2023-04-18isisd: add isis flex-algo configuration backendHiroki Shirokura2-18/+532
2023-04-18isisd: add isis flex-algo base interfaceHiroki Shirokura6-0/+320
2023-04-18lib: add a frr_each_const macroLouis Scalbert1-0/+3
2023-04-18lib,vtysh,isisd,yang: algo cli/yang/callbacksHiroki Shirokura8-0/+635
2023-04-18lib: add library for igp flexible-algorithmHiroki Shirokura3-0/+265
2023-04-18isisd: add cli to configure algorithm-prefix-sidHiroki Shirokura1-0/+82
2023-04-18isisd,yang: add algorithm-prefix-sid configuration treeHiroki Shirokura5-0/+380
2023-04-18isisd: add TLV_SIZE_MISMATCH for tlvs length mismatchHiroki Shirokura1-54/+56
2023-04-18isisd: refactor enum tail commaHiroki Shirokura1-4/+4
2023-04-18isisd: update struct isis_route_info has multiple sr info by algorithmHiroki Shirokura3-36/+208
2023-04-18isisd: update struct isis_sr_psid_info with nh contextHiroki Shirokura4-7/+19
2023-04-18isisd: refactor IP reachability lsp buildLouis Scalbert1-53/+53
2023-04-18isisd: update isis_tlvs_add_*_reach() with multi algorithmHiroki Shirokura4-34/+67
2023-04-18isisd: update SR_ALGORITHM_COUNT to 256Hiroki Shirokura4-22/+47
2023-04-18lib,isisd: refactor igp-agnostic sr misc functionsHiroki Shirokura7-23/+86
2023-04-17isisd: update struct isis_sr_psid_info with algorithm idHiroki Shirokura4-7/+16
2023-04-17isisd: update struct sr_prefix_cfg with algorithm idHiroki Shirokura4-13/+36
2023-04-17isisd: update struct isis_spftree with algorithm idHiroki Shirokura6-33/+41
2023-04-16bgpd:add correct value into dfAlgorithm json outputSindhu Parvathi Gopinathan1-2/+5
2023-04-16bgpd: Remove unnecessary check for groupsanlan_cs1-12/+2
2023-04-15tests: restart bgpd to avoid warnings in follow on testsChristian Hopps2-0/+18
2023-04-15tools: Make check flag really work for reloadanlan_cs1-0/+6
2023-04-15tools: fix missing remote-as configuration when reloadanlan_cs1-1/+1
2023-04-14zebra: evpn mh sync mac install as inactiveChirag Shah1-3/+6
2023-04-14tests: fix warning, incorrect use of `is`.Christian Hopps1-2/+0
2023-04-14git: Workflow grammar fixupDonald Sharp1-1/+1
2023-04-14lib: fix handle seg6local routes on default vrfPhilippe Guibert2-3/+8
2023-04-13bgpd: Fix crash for `show bgp ... neighbor received-routes detail|PREFIX`Donatas Abraitis1-2/+4
2023-04-13doc: fix the print iso macro documentationLouis Scalbert1-1/+1
2023-04-13pimd, doc: remove dead import check referencesDavid Lamparter2-16/+7
2023-04-13ospf6d: missing ECMP NHs in certain topologieslynne2-9/+29
2023-04-13tests: Run formatting script on test_isis_advertise_high_metrics.pyDonald Sharp1-24/+12
2023-04-13bgpd: Simplify the checking local pathanlan_cs1-8/+3
2023-04-12tests: Fix topotest invalid escape sequence in isis_advertise_high_metrics testIsabella de Leon1-2/+2
2023-04-12topotests: fix bgp lu explicit-null testPhilippe Guibert1-12/+14
2023-04-12bgpd: fix bgp label value when static route usedPhilippe Guibert1-1/+2
2023-04-12zebra: Actually free up memory associated with the mq listDonald Sharp1-0/+3
2023-04-12lib: convert if_rmap config output to northboundIgor Ryzhov6-36/+18
2023-04-12ospfd: Fix ospf_lsa memory leakKeelan101-9/+13
2023-04-11bgpd: rfapi memleak fixesG. Paul Ziemba3-0/+47
2023-04-11ripngd: adapt to new YANG NB if_rmap conversionChristian Hopps4-0/+128
2023-04-11ripd: adapt to new YANG NB if_rmap conversionChristian Hopps4-0/+129
2023-04-11lib: convert if_rmap to YANG northboundChristian Hopps5-134/+237
2023-04-11lib: fix formattingChristian Hopps1-8/+7
2023-04-11pimd: Option to get IGMP groups and sources for a particular interfacePooja Jagadeesh Doijode11-221/+775
2023-04-11tests: Ensure that the scale_up.py script tests for actual sharp installed ro...Donald Sharp1-0/+19
2023-04-11doc: add doc for ospf per-interface write socketMark Stapp1-0/+7
2023-04-11ospfd: support write socket per interfaceMark Stapp8-34/+179