summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fpm: Add functions to encode nexthop in protobufCarmine Scarpitta2024-02-181-0/+92
* fpm: Add SRv6 VPN SIDs to `fpm.proto`Carmine Scarpitta2024-02-181-0/+5
* fpm: Add SRv6 Local SIDs to `fpm.proto`Carmine Scarpitta2024-02-181-0/+140
* Merge pull request #15357 from dpward/masterDonatas Abraitis2024-02-182-97/+78
|\
| * github: Replace issue template with issue formDavid Ward2024-02-152-97/+78
* | Merge pull request #15376 from sri-mohan1/srib-24-babelDonatas Abraitis2024-02-161-81/+55
|\ \
| * | babeld: changes for code maintainabilitysri-mohan12024-02-131-81/+55
* | | Merge pull request #15378 from idryzhov/ospf-suppress-faDonald Sharp2024-02-161-0/+1
|\ \ \
| * | | tests: fix ospf_suppress_fa timing issueIgor Ryzhov2024-02-151-0/+1
* | | | Merge pull request #15382 from donaldsharp/more_sa_failuresIgor Ryzhov2024-02-162-2/+1
|\ \ \ \
| * | | | bgpd: Fix value stored to group never being readDonald Sharp2024-02-161-1/+1
| * | | | ospfd: Fix assignment with never being usedDonald Sharp2024-02-161-1/+0
|/ / / /
* | | | Merge pull request #15371 from LabNConsulting/chopps/mgmtd-fixesIgor Ryzhov2024-02-151-5/+19
|\ \ \ \ | |/ / / |/| | |
| * | | lib: actually create the tree for the conversionChristian Hopps2024-02-151-3/+18
| * | | lib: fix memleak on successChristian Hopps2024-02-151-2/+1
|/ / /
* | | Merge pull request #15332 from donaldsharp/nhg_stuffsDonatas Abraitis2024-02-146-113/+80
|\ \ \
| * | | zebra: When reinstalling a NHG, set REINSTALL flagDonald Sharp2024-02-083-10/+24
| * | | zebra: Move nhg reinstallation into if_up properDonald Sharp2024-02-082-4/+8
| * | | zebra: Remove function abstraction in interface.cDonald Sharp2024-02-081-13/+2
| * | | zebra: Remove ifp_nhg_XXX functions completelyDonald Sharp2024-02-083-37/+8
| * | | zebra: Remove helper function if_nhg_dependents_is_emptyDonald Sharp2024-02-082-19/+8
| * | | zebra: Installation success should not set NHG as validDonald Sharp2024-02-081-1/+0
| * | | zebra: Use switch when handling return from dplane for nhgsDonald Sharp2024-02-081-2/+11
| * | | zebra: Conslidate zebra_nhg_set_valid|invalid functionsDonald Sharp2024-02-081-23/+14
| * | | zebra: Fixup documentation in zebra_nhg.hDonald Sharp2024-02-081-1/+1
| * | | zebra: dplane_nexthop_add cannot return ZEBRA_DPLANE_REQUEST_SUCCESSDonald Sharp2024-02-081-3/+4
* | | | Merge pull request #15288 from donaldsharp/shell_access_removalDonatas Abraitis2024-02-143-88/+0
|\ \ \ \
| * | | | vtysh: Remove deprecated shell_access codeDonald Sharp2024-02-053-88/+0
* | | | | Merge pull request #15359 from LabNConsulting/chopps/reap-unused-phaseIgor Ryzhov2024-02-143-36/+2
|\ \ \ \ \
| * | | | | mgmtd: remove unused commit phase SEND_CFGChristian Hopps2024-02-123-36/+2
| | |_|_|/ | |/| | |
* | | | | build: FRR 10.1 development versionfrr-10.0-devDonatas Abraitis2024-02-131-1/+1
| |_|_|/ |/| | |
* | | | Merge pull request #15234 from opensourcerouting/snmp-topotest-fixesbase_10.0Donald Sharp2024-02-132-11/+12
|\ \ \ \
| * | | | tests: Reduce wait intervals in test_bgp_snmp_bgp4v2mibDavid Schweizer2024-02-071-3/+2
| * | | | topotests: fix snmptrap log OID parsingDavid Schweizer2024-02-071-8/+10
* | | | | Merge pull request #15320 from donaldsharp/vtysh_limit_fdsRuss White2024-02-131-3/+6
|\ \ \ \ \
| * | | | | lib, ospfclient, tests, vtysh: Allow for a minimum fd poll sizeDonald Sharp2024-02-071-3/+6
* | | | | | Merge pull request #15284 from opensourcerouting/feature/bgpd_announce_rpki_s...Russ White2024-02-1312-20/+148
|\ \ \ \ \ \
| * | | | | | bgpd: Add `neighbor X send-community extended rpki` commandDonatas Abraitis2024-02-076-18/+70
| * | | | | | tests: Test if RPKI extended community can be disabled between peersDonatas Abraitis2024-02-075-1/+66
| * | | | | | doc: Add `neighbor X send-community extended rpki` commandDonatas Abraitis2024-02-071-1/+12
| |/ / / / /
* | | | | | Merge pull request #15042 from Orange-OpenSource/ospf-teChristian Hopps2024-02-135-316/+772
|\ \ \ \ \ \
| * | | | | | tests: adapt ospfapiclient test to new json outputOlivier Dugeon2024-02-121-26/+38
| * | | | | | ospfd: Decode Extended Link & Prefix TLVs for jsonOlivier Dugeon2024-02-121-65/+166
| * | | | | | ospfd: Decode Router Info. TLVs for json outputOlivier Dugeon2024-02-121-86/+215
| * | | | | | ospfd: Decode TE TLVs for json outputOlivier Dugeon2024-02-121-129/+346
| * | | | | | ospfd: Prepare Opaque LSA for json outputOlivier Dugeon2024-02-121-10/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #15361 from idryzhov/fix-be-interestedChristian Hopps2024-02-131-10/+5
|\ \ \ \ \ \
| * | | | | | mgmtd: fix be_is_client_interestedIgor Ryzhov2024-02-121-10/+5
* | | | | | | Merge pull request #15352 from louis-6wind/fix-leak-recursiveDonatas Abraitis2024-02-122-9/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | bgpd: fix route recursion on leaked routesLouis Scalbert2024-02-091-9/+4