summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-16pim6d: Add debug mroute6 and detail commandsMobashshera Rasool4-2/+40
2022-08-16bgpd: Change warning message when BGP community-list is not foundDonatas Abraitis1-8/+5
2022-08-16doc: Drop `deny` rules from BGP community-list exampleDonatas Abraitis1-3/+0
2022-08-15watchfrr: Check that the operational timeout specified is good.Donald Sharp1-1/+1
2022-08-15pbrd: VTY_GET_CONTEXT can failDonald Sharp1-0/+54
2022-08-15pathd: Ensure path is free'd after we no longer need it.Donald Sharp1-1/+1
2022-08-15lib: Ensure ls_msg2edge does not use memory after freeingDonald Sharp1-2/+3
2022-08-15pimd: vrf may be NULL from pim_cmd_lookup_vrfDonald Sharp1-1/+2
2022-08-15pimd: pim_upstream_add up must existDonald Sharp1-9/+7
2022-08-15pimd: ch->upstream cannot be NULLDonald Sharp1-29/+23
2022-08-15nhrpd: Use frr_weak_random()Donald Sharp1-1/+2
2022-08-15bgpd: Treat as withdraw if we receive as path with AS_SET / AS_CONFED_SETDonatas Abraitis1-0/+26
2022-08-15bgpd: Ensure bgp_vrf is non-nullDonald Sharp1-0/+3
2022-08-15zebra: Remove unused assignment in zebra_dplane.cDonald Sharp1-3/+3
2022-08-15doc: correct description for "fast-external-failover"anlan_cs1-1/+1
2022-08-12ospfd: debug string correctedsri-mohan11-1/+1
2022-08-12bgpd: Convert some int functions to voidDonatas Abraitis2-69/+51
2022-08-12redhat: Drop --enable-systemd from build specificationDonatas Abraitis1-3/+0
2022-08-11zebra: Fix crash in shutdown w/ pw thread still runningDonald Sharp1-3/+4
2022-08-11ospf6d: Remove unused variableDonald Sharp1-5/+1
2022-08-11ospfd: Add how many packets the interface has queued to sendDonald Sharp1-8/+10
2022-08-11ospfd: Refactor fifo_flush for the interfaceDonald Sharp3-18/+18
2022-08-11ospfd: When a neighbor goes down clear the oi->obuf if we canDonald Sharp1-0/+40
2022-08-11ospfd: Cleanup indentation surrounding oi->nbrDonald Sharp5-198/+215
2022-08-11ospfd: Increase packets sent at one time in ospf_writeDonald Sharp1-11/+2
2022-08-11bgpd: don't adv conditionally withdrawn routesQuentin Young1-0/+26
2022-08-11bgpd: apply cond-adv policy to update groupQuentin Young2-2/+28
2022-08-11ospf6d: Remove ospf6Enabled from JSON outputDonatas Abraitis2-12/+4
2022-08-11ospf6d: fix missing cost changeanlan_cs1-1/+4
2022-08-11pimd, pim6d: Using ttable for displaying "show ip/ipv6 mroute count" command ...Abhishek N R1-11/+27
2022-08-10zebra: add empty placeholders for tc via BSD socketSiger Yang3-0/+48
2022-08-10zebra: add tc netlink and dplane opsSiger Yang12-0/+778
2022-08-10pimd, pim6d: Using ttable for displaying "show ip/ipv6 mroute" command output.Abhishek N R1-18/+30