summaryrefslogtreecommitdiffstats
path: root/pimd/pim_ssmpingd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-16pim6d: IPv6-adjust northbound codeDavid Lamparter1-15/+16
2022-02-16pim6d: IPv6-adjust RPF lookupsDavid Lamparter6-51/+37
2022-02-16pim6d: IPv6-adjust upstream_rpf_genid_changedDavid Lamparter2-10/+10
2022-02-15bgp: Add a 15 minute warning to missing policyDonald Sharp3-1/+23
2022-02-14zebra: Fix spelling mistakeDonald Sharp1-1/+1
2022-02-14yang: Fix spelling mistakeDonald Sharp1-1/+1
2022-02-14vtysh: Fix spelling mistakesDonald Sharp2-4/+4
2022-02-14tests: Fix spelling and grammar mistakesDonald Sharp2-3/+3
2022-02-14pceplib: Fix spelling mistakesDonald Sharp1-1/+1
2022-02-14pathd: Fix spelling mistakesDonald Sharp3-5/+5
2022-02-14ospfd: Fix spelling mistakesDonald Sharp5-10/+10
2022-02-14ospf6d: Fix spelling mistakesDonald Sharp4-7/+7
2022-02-14doc: Fix spelling mistakesDonald Sharp2-2/+2
2022-02-14bgpd: Fix spelling mistakesDonald Sharp1-1/+1
2022-02-14ospf6d: fix coverity issues.Abhinay Ramesh5-27/+24
2022-02-14pim6d: IPv6-adjust pim_msg_send() and relatedDavid Lamparter5-11/+18
2022-02-14pim6d: IPv6-adjust pim_ifchannel_*David Lamparter4-45/+32
2022-02-14pim6d: IPv6-adjust assert-related addrsDavid Lamparter4-40/+22
2022-02-14pim6d: IPv6-adjust jp_agg->groupDavid Lamparter2-12/+3
2022-02-14pim6d: IPv6-adjust iface primary/DR addrsDavid Lamparter7-75/+64
2022-02-14pim6d: IPv6-adjust pim_upstream addrDavid Lamparter5-40/+30
2022-02-14pim6d: IPv6-adjust Hello/TLV processingDavid Lamparter4-186/+109
2022-02-14pim6d: IPv6-adjust neigh->source_addrDavid Lamparter16-180/+146
2022-02-14pim6d: IPv6-adjust various pim_sgaddr usesDavid Lamparter10-64/+34
2022-02-14pim6d: prepare SSM/filter functionsDavid Lamparter4-13/+8
2022-02-14pim6d: prepare/stub pim_rp_* functions for IPv6David Lamparter2-32/+39
2022-02-14pim6d: more TLV parse/encode IPv6 preparationDavid Lamparter5-88/+113
2022-02-14pim6d: prepare IPv6 address encoding functionsDavid Lamparter3-19/+130
2022-02-14pim6d: convert address comparison in I_am_DR macroDavid Lamparter1-1/+2
2022-02-13doc: An example how we do RC tagging for stabilization branchDonatas Abraitis1-0/+10
2022-02-10zebra: cleanup multiline strings in debug_nl.cTrey Aspelund1-13/+6
2022-02-10zebra: add netlink debugs for ip rulesTrey Aspelund2-0/+203
2022-02-10lib: Save number of times a thread is starvedDonald Sharp2-10/+20
2022-02-10bgpd: Use get/set helpers for attr->lcommunityDonatas Abraitis9-82/+130
2022-02-10Revert "bgpd: Move out ipv6_ecommunity struct from attr to attr_extra"Igor Ryzhov4-35/+4
2022-02-10Revert "bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_type"Igor Ryzhov1-12/+6
2022-02-10Revert "bgpd: Free only subattributes, not the whole attr_extra pointer"Igor Ryzhov1-1/+1
2022-02-10tools: fix frr-reload context keywordsIgor Ryzhov1-2/+4
2022-02-09bgpd: remove bgp_attr_undupIgor Ryzhov4-43/+5
2022-02-09bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nveIgor Ryzhov1-3/+3
2022-02-09bgpd: fix aspath memory leak in aggr_suppress_map_testIgor Ryzhov1-0/+1
2022-02-09bgpd: fix missing bgp_attr_flush on errors in bgp_updateIgor Ryzhov1-3/+6
2022-02-09bgpd: fix null pointer dereferencesIgor Ryzhov2-2/+5
2022-02-09bgpd: Check for NULL inside aspath_unintern()Donatas Abraitis3-19/+17
2022-02-09doc: Update workflow.rst for release managementDonald Sharp1-4/+7
2022-02-09tests: Added ospf6 authentication trailer topotestAbhinay Ramesh3-4/+1630
2022-02-09ospf6d: Enable the feature using configure.acAbhinay Ramesh2-0/+8
2022-02-09ospf6d: Documentation for authentication trailer support.Abhinay Ramesh1-0/+250
2022-02-09ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh16-263/+699
2022-02-09ospf6d: Core functionality of auth trailer implementation..Abhinay Ramesh4-0/+912