summaryrefslogtreecommitdiffstats
path: root/pbrd (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-14pathd: display path ted debugging statusPhilippe Guibert3-0/+10
2022-11-11pam: declare root as sufficient frr pam accountMarius Tomaschewski2-0/+2
2022-11-10zebra: relax if_type check to allow early ES config creationAnuradha Karuppiah1-0/+6
2022-11-10ospfd: prevent from crashing when processing external lsaPhilippe Guibert1-2/+2
2022-11-09pimd: Convert zlog_warn to debugDonald Sharp1-3/+4
2022-11-08bgpd: rpki was decrementing the node lock one time too manyDonald Sharp1-3/+1
2022-11-08zebra/netconf_netlink.c: fix build without AF_MPLSFabrice Fontaine1-0/+2
2022-11-08bgpd: Break up rpki prefix revalidation by bgp structureDonald Sharp3-16/+43
2022-11-08bgpd: rpki should use a stack pointer instead of a pointerDonald Sharp1-10/+5
2022-11-08bgpd: Make rpki soft_reconfig calling eventsDonald Sharp3-1/+44
2022-11-08bgpd: Use bgp pointer instead of peer pointerDonald Sharp1-1/+1
2022-11-08bgpd: Make calling bgp_soft_reconfig_in consistentDonald Sharp5-25/+33
2022-11-08bgpd: In rpki use FOREACH_AFI_SAFI to loop over afi/safiDonald Sharp1-10/+6
2022-11-08tools: Add pim6d support bundle commandsSai Gomathi N1-0/+31
2022-11-08ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`Donatas Abraitis1-3/+10
2022-11-07ospfd: Get route-map name for default-information originateDonatas Abraitis1-1/+1
2022-11-07tests: Add pim6d marker to pytest.iniKuldeep Kashyap1-0/+1
2022-11-07tests: [PIMv6] Add new scenarios to static_rp suiteKuldeep Kashyap5-414/+2645
2022-11-07tests: [PIMv6] F/W support for multicast pimv6 automationKuldeep Kashyap2-64/+1219
2022-11-06zebra: Reuse netinet/if_ether.h to avoid redefinition of struct ethhdrDonatas Abraitis1-1/+1
2022-11-05pimd: avoid one EC loganlan_cs1-1/+2
2022-11-04tests: Test Resilient NHG's are properly created in zebraDonald Sharp1-0/+21
2022-11-04tests: Speedup test_all_protocol_startup.py by 55 secondsDonald Sharp4-3/+13
2022-11-04doc: Add nexthop_groups documentationDonald Sharp4-20/+42
2022-11-04*: Add ability to encode / decode resilence down zapiDonald Sharp6-0/+32
2022-11-04*: Add ability for daemons to notice resilience changesDonald Sharp7-6/+38
2022-11-04lib, vtysh: Add ability to specify resilient nhgsDonald Sharp2-5/+68
2022-11-04lib, zebra: Add ability to encode/decode resilient nhg'sDonald Sharp6-12/+111
2022-11-04lib: When adding to front of list ensure we handle tail toDonald Sharp1-2/+3
2022-11-04lib, zebra: Allow for zebra to recognize that a route has gotten desyncedDonald Sharp3-0/+13
2022-11-04bgpd: fix "storing the address of local variable"David Lamparter1-0/+3
2022-11-04bgpd: Cap LLGR stale-time to 16777215Donatas Abraitis2-3/+3
2022-11-04bgpd: Limit snmp trap for backwards state movement from establishedDonald Sharp1-1/+1
2022-11-03tools: Honor sysdir, confdir, bindir for frr-reload.py from "frr" wrapperDonatas Abraitis2-2/+2
2022-11-03vtysh: Allow `service ...` lines to not repeatDonald Sharp1-2/+2
2022-11-03bgpd: rfapi doc strings are messed up for one commandDonald Sharp1-3/+6
2022-11-03lib: Fix double set of event pointer to NULLDonald Sharp1-2/+0
2022-11-03bgpd: Check and print if we receive ORF reserved typeDonatas Abraitis2-0/+14
2022-11-03bgpd: avoid possible memleakanlan_cs1-3/+4
2022-11-02bgpd: Ensure that bgp open message stream has enough data to readDonald Sharp1-0/+19
2022-11-02pimd: fix igmp source packet checkMobashshera Rasool1-6/+7
2022-11-01include: remove one unused macroanlan_cs1-3/+0
2022-10-31doc: fix ospf's max-metric commandanlan_cs1-1/+1
2022-10-30lib: Use `%pI6`/`%pI4` to print SRv6 seg6local ctxCarmine Scarpitta1-6/+2
2022-10-30bgpd: Replace `inet_ntop` with `%pI6`Carmine Scarpitta1-12/+6
2022-10-29zebra: Remove duplicate updation of msg_typeSpoorthi K1-1/+0
2022-10-29ospfd: fix bug where acks were not be generated to incoming P2P/P2MP neighborsLou Berger1-0/+5
2022-10-29bgpd: Don't check for NULL when removing chunksCarmine Scarpitta1-11/+5
2022-10-29bgpd: Do not set chunk pointer to NULL after freeCarmine Scarpitta3-16/+4
2022-10-29lib, bgpd: Enhance `srv6_locator_chunk_free()` APICarmine Scarpitta5-17/+24