summaryrefslogtreecommitdiffstats
path: root/pimd/pim_bsm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-23vtysh: Account validity should be verified when authenticating users with PAM.rgirada1-0/+4
2022-06-23doc: Update doc w/ regards to realmsDonald Sharp2-2/+5
2022-06-23pimd: Checks imply that pim is not properly configuredDonald Sharp1-1/+1
2022-06-23pimd: Let end operator know the ifindex as well in failure caseDonald Sharp1-2/+3
2022-06-23ospf6d: Ensure that ospf6d does not memcpy beyond end of dataDonald Sharp1-1/+7
2022-06-23pimd: Limit pim's ecmp to what zebra tells us is the multipathDonald Sharp6-17/+22
2022-06-23bgpd: Cleanup pointer assignment so compiler doesn't get confusedDonald Sharp1-2/+1
2022-06-23isisd: Let's use an actual NULL pointer to test for a NULL pointerDonald Sharp2-2/+2
2022-06-23zebra: rtnetlink: flow attr per gateway attr in multipath updatesRicardo2-24/+47
2022-06-23Pim6d: Mroute file duplication removalplsaranya5-428/+254
2022-06-23ospfd: fixing few coverity issue in 'show_ip_ospf_neighbour_brief'rgirada1-1/+1
2022-06-23tests: add ospf api router ID topotestChristian Hopps2-3/+86
2022-06-23ospfclient: add router id support to python clientChristian Hopps1-1/+52
2022-06-23ospfd: add router id support to ospf apiChristian Hopps5-0/+66
2022-06-22ospfd: Fixing "show ip ospf neighbour <nbrid>" commandrgirada2-187/+159
2022-06-22pim6d: Send register msg with IPv6 global addressMobashshera Rasool2-1/+52
2022-06-22lib: Add an api is_ipv6_global_unicastMobashshera Rasool1-0/+9
2022-06-21bgpd: Do not show polling_period default value in CLI for RPKIDonatas Abraitis1-1/+2
2022-06-21ospfclient: fix help urlJafar Al-Gharaibeh1-3/+2
2022-06-21*: Replace sockunion2str => %pSUDonatas Abraitis9-142/+72
2022-06-21tests: Removing invalid step from ospf tests.nguggarigoud1-87/+0
2022-06-21bgpd: Replace zlog_info -> zlog_debug under BGP_DEBUG()Donatas Abraitis1-1/+1
2022-06-21bgpd: Drop duplicate label assignmentDonatas Abraitis1-2/+0
2022-06-21tests : bgp_default_originate testcase w.r.t topology1 addedARShreenidhi2-2203/+2726
2022-06-20bgpd: Show cache server preference in `show rpki cache-server` outputDonatas Abraitis1-4/+11
2022-06-20doc: Specify preference for RPKI cache serverDonatas Abraitis1-1/+1
2022-06-20bgpd: Generate RPKI CLI config even if no cache servers configuredDonatas Abraitis1-7/+5
2022-06-20bgpd: Drop SSH public key for RPKI CLI optionDonatas Abraitis2-18/+10
2022-06-20bgpd: Allow deleting full line for RPKI cache serverDonatas Abraitis1-2/+8
2022-06-20bgpd: Add `no rpki` commandDonatas Abraitis1-0/+25
2022-06-20bgpd: Increase peer->flags to uint64_tDonatas Abraitis2-5/+9
2022-06-17zebra: remove redundant calling hook for fpmanlan_cs1-6/+0
2022-06-17lib: Add some extra error messages for when things go wrongDonald Sharp1-0/+10
2022-06-17bgpd: Display useful values when using json for missing neighbor stateDonald Sharp1-0/+12
2022-06-17ospf6: permit route delete without nexthopsMark Stapp1-9/+18
2022-06-17lib: cleanup red-herring memleaks in parent of daemonizing forkChristian Hopps1-0/+2
2022-06-16lib: Function `crypt` does not need to be declared mid functionDonald Sharp2-2/+0
2022-06-16eigrpd: vrf variable name hides a parameter of the same nameDonald Sharp1-4/+4
2022-06-16python: Remove redundant import of subprocessDonald Sharp1-1/+0
2022-06-16zebra: ret is always -1 or 0 at this point so remove the if testDonald Sharp1-58/+51
2022-06-16ospf6d: cost is uint32_t so it cannot be greater than UINT32_MAXDonald Sharp1-2/+0
2022-06-16nhrpd: r is always < 0 at some points of if else statementsDonald Sharp1-3/+3
2022-06-16github: Autoclose stale issues/PRs that are stare longer than 180 daysDonatas Abraitis1-3/+5
2022-06-16bgpd: Use %pSU instead of sockunion2strDonald Sharp1-21/+13
2022-06-16zebra: Add a configurable knob `zebra nexthop-group keep (1-3600)`Donald Sharp5-2/+34
2022-06-16zebra: Add a timer to nexthop group deletionDonald Sharp3-4/+47
2022-06-16zebra: Move where zebra marks a nhg as uninstalled in fibDonald Sharp2-7/+6
2022-06-16zebra: Document some data structures betterDonald Sharp1-1/+17
2022-06-16bgpd: Use %pSU instead of sockunion2strDonald Sharp1-21/+13
2022-06-16tools: document frr_global_options in daemons fileQuentin Young1-10/+17