summaryrefslogtreecommitdiffstats
path: root/pbrd/pbr_debug.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-19ospfd: Delete `q_space->vertex_list` on No Backup PathKeelan101-0/+1
2023-08-19bgpd: Free memory in set_aspath_exclude_access_listKeelan101-1/+4
2023-08-18pbrd: address 230815 coverity: pbr_vty.c vrf_nameG. Paul Ziemba1-0/+1
2023-08-18pbrd: address 230815 coverity: pbr_vty.c pbrmsG. Paul Ziemba1-0/+12
2023-08-18pbrd: address 230815 coverity: pbr_vty.c pend/strtoulG. Paul Ziemba1-8/+8
2023-08-18pbrd: address 230815 coverity: r.action.flags reorderingG. Paul Ziemba1-7/+2
2023-08-17bgpd: Free memory in set_aspath_replace_access_listKeelan101-1/+4
2023-08-17zebra: Fix crashes in interface changeDonald Sharp5-3/+48
2023-08-17bgpd: Set ifindex to find the correct nexthopPooja Jagadeesh Doijode1-0/+8
2023-08-16bgpd: Fix CLI descriptions for `bgp confederation identifier`Donatas Abraitis1-4/+4
2023-08-15bgpd: fix coverity issue in bgpdRajesh Varatharaj1-0/+1
2023-08-15lib: Lower precedence for ASNUM_TKN when using together with IPV4/IPV6_TKNDonatas Abraitis1-1/+1
2023-08-14pimd: Add whether or not the rpf succeeded or not to the debugDonald Sharp1-9/+9
2023-08-14pimd: Intentionally rescan oil when RPF fails on upstream creationDonald Sharp1-0/+1
2023-08-14bgpd: Refactor bgp_static_set/bgp_static_set_safiDonatas Abraitis4-276/+179
2023-08-12pimd: Allow more immediate null registers to be sent in the vxlan codeDonald Sharp3-0/+62
2023-08-12bgpd: Fix update message error handling for multiple same attributesSamanvitha B Bhargav1-21/+39
2023-08-12bgpd: Fix update message error handling for total attribute lengthSamanvitha B Bhargav1-41/+59
2023-08-12zebra: Delete the 'mbr_zifs' list in the if_zebra_delete_hook functionKeelan101-0/+5
2023-08-12pimd: Prevent vxlan from causing a S,G RPT Prune in some casesDonald Sharp1-1/+26
2023-08-12tests: Make bgp_evpn_mh a 3 level closDonald Sharp17-72/+242
2023-08-11doc: Prohibit usage of `system()` calls in FRRDonald Sharp1-0/+7
2023-08-11vtysh: Print uniq lines when parsing `no service ...`Donatas Abraitis1-8/+4
2023-08-11zebra: Remove tag from zebra_rmap_objDonald Sharp4-16/+15
2023-08-11zebra: Use the re->metric instead of 0 for zebra_rmap_objDonald Sharp1-4/+0
2023-08-11zebra: Remove instance from zebra_rmap_obj data structureDonald Sharp4-24/+14
2023-08-11zebra: Replace source_protocol with just using re in route map objectDonald Sharp4-27/+31
2023-08-11lib: Allow unsetting walltime-warning and cpu-warningDonatas Abraitis1-18/+2
2023-08-11zebra: Remove vrf_id from passed around objectDonald Sharp1-5/+1
2023-08-11zebra: import table match against interface name could failDonald Sharp3-16/+11
2023-08-11zebra: Rename `struct nh_rmap_obj` to `struct zebra_rmap_obj`Donald Sharp1-67/+67
2023-08-11bgpd: evpn code was not properly unlocking rd_destDonald Sharp1-1/+4
2023-08-11bgpd: Assign explicit-null for default-originate according to the AFIDonatas Abraitis1-7/+12
2023-08-11tests: Check if labeled IPv6 unicast default route works tooDonatas Abraitis5-3/+48
2023-08-10topotests: add static mpls routing testPhilippe Guibert3-0/+173
2023-08-10doc: update mpls per interface commandPhilippe Guibert1-4/+5
2023-08-10zebra, yang: add an mpls leaf to interfacePhilippe Guibert5-14/+66
2023-08-10zebra: fix 'no mpls' command by using 'mpls disable' insteadPhilippe Guibert1-5/+12
2023-08-09bgpd: fix whitespace/indent in bgp_labelpool moduleMark Stapp1-10/+9
2023-08-09libs: use XREALLOC in bitfield lib moduleMark Stapp1-2/+4
2023-08-09tests: amalgamate check_pingQuentin Young7-245/+167
2023-08-09pbrd: add packet mangling actions (src/dst ip-addr/port, dscp, ecn)G. Paul Ziemba9-13/+521
2023-08-09pbrd: use flags to indicate active fieldsG. Paul Ziemba8-384/+717
2023-08-09doc: set as-path replace as-path-access-listFrancois Dumontet1-0/+8
2023-08-08pbrd: add explicit 'family' field for rulesG. Paul Ziemba4-4/+14
2023-08-08pbrd: PBR_FILTER_DSFIELD -> {PBR_FILTER_DSCP,PBR_FILTER_ECN}G. Paul Ziemba5-7/+10
2023-08-08pbrd: add nexthop drop typeG. Paul Ziemba3-41/+56
2023-08-08bgpd: Fix RFC number in a commentDonatas Abraitis1-1/+1
2023-08-08bgpd: bgp_path_info_extra memory optimizationValerian_He19-380/+330
2023-08-07ospfd: Ensure listnode returns are usableDonald Sharp1-1/+5