summaryrefslogtreecommitdiffstats
path: root/lib/keychain.c (unfollow)
Commit message (Expand)AuthorFilesLines
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: 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-10pimd, pim6d: Using ttable for displaying "show ip/ipv6 mroute" command output.Abhishek N R1-18/+30
2022-08-10vtysh: Handle SIGTSTP (C-z) without exiting the vty shellDonatas Abraitis1-47/+35
2022-08-10zebra: Remove unused return codes in zebra_mpls.cDonald Sharp3-31/+15
2022-08-10zebra: Combine meta_queue_free and meta_queue_vrf_free functionsDonald Sharp4-96/+72
2022-08-10zebra: System routes should be processed the same time as kernelDonald Sharp1-1/+1
2022-08-10zebra: Let's use enum for META Queue indexesDonald Sharp1-55/+101
2022-08-10zebra: Explicitly call out the correct queue nameDonald Sharp1-10/+10
2022-08-10pimd, pim6d: Using ttable for displaying "show ip/ipv6 multicast count" command.Abhishek N R1-11/+26
2022-08-09zebra: correct one comment for evpn-mhanlan_cs1-1/+1
2022-08-09doc: pimd needs linux kernel 4.19(IGMPMSG_WRVIFWHOLE)ron2-2/+2
2022-08-08staticd: When changing the underlying nh ensure it is reinstalledDonald Sharp1-0/+26
2022-08-08bgpd: When specifying listen address for bgpd we shouldn't imply no fib flagDonatas Abraitis1-2/+1
2022-08-08zebra: Don't install connected routes multiple times into FRRDonald Sharp1-4/+0
2022-08-08tests: Convert one test to use interface based mpls configDonald Sharp5-16/+13
2022-08-08zebra: Add a `mpls enable` interface node commandDonald Sharp10-4/+178
2022-08-08zebra: Notice when an interface is turned on w/ mpls and enable mpls subsystemDonald Sharp3-18/+26
2022-08-08zebra: Add IF_ZEBRA_DATA_X defineDonald Sharp2-38/+33
2022-08-08zebra: Cleanup unguarded debugDonald Sharp1-3/+0
2022-08-08lib: Remove invalid function declarationWeiguo Li1-7/+0
2022-08-08pim6d: Removing the temporary enabled debugs.Abhishek N R1-2/+0
2022-08-06bfdd: Some interfaces don't have mac addressesDonald Sharp1-2/+5
2022-08-06tools: Add pim6d to tools so that pim6d will work properlyDonald Sharp7-3/+16
2022-08-05tests: Check if ORF filtering works correctly when modifying prefix-listsDonatas Abraitis6-0/+189
2022-08-05bgpd: Send route update when modifying access/aspath/prefix listsDonatas Abraitis5-32/+48