summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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
2022-02-09ospf6d: Auth trailer CLI implementation.Abhinay Ramesh2-0/+288
2022-02-09ospf6d: support keychain for ospf6 authenticationAbhinay Ramesh3-2/+4
2022-02-09lib: Changes to support hash algo in keychain.Abhinay Ramesh2-2/+180
2022-02-09lib: Support auto completion of configured keychain.Abhinay Ramesh1-0/+18
2022-02-08zebra: Make netlink buffer reads resizeable when neededDonald Sharp4-28/+49
2022-02-08zebra: Remove `struct nlsock` from dataplane information and use `int fd`Donald Sharp5-23/+91
2022-02-08zebra: Store the sequence number to use as part of the dp_infoDonald Sharp2-7/+10
2022-02-08zebra: use frr mem apisMark Stapp1-4/+4
2022-02-08bgpd: avoid memcmp comparison of struct nexthopIgor Ryzhov1-4/+1
2022-02-08*: use ipaddr_cmp instead of memcmpIgor Ryzhov3-6/+6
2022-02-08doc: the dev tag should come after the new version commit stepJafar Al-Gharaibeh1-2/+2
2022-02-08tests: fix strings with topologiesIgor Ryzhov10-10/+10
2022-02-08isisd: fix router capability TLV parsing issuesJuraj Vijtiuk3-11/+60
2022-02-08pimd: Modify `show ip pim assert` to only show interesting bitsDonald Sharp2-0/+4
2022-02-07zebra: Abstract nhg deletion to reduce code duplicationDonald Sharp1-15/+13
2022-02-07zebra: Fix ships in the night issueDonald Sharp7-15/+44
2022-02-07bfdd: Use AF_UNSPEC instead of comparing to 0Donald Sharp1-1/+1
2022-02-07zebra: Use AF_UNSPEC instead of setting to 0Donald Sharp1-1/+1
2022-02-07lib: Use AF_UNSPEC intead of setting to 0Donald Sharp1-1/+1
2022-02-07ospfd: Use AF_UNSPEC instead of setting to 0Donald Sharp4-10/+10
2022-02-07bgpd: Use AF_UNSPEC instead of setting to 0Donald Sharp2-10/+10
2022-02-07bgpd: Print route-map name for filtred outgoing prefixesDonatas Abraitis1-2/+3
2022-02-07pimd: Querier to non-querier transistion to be ignored in a caseMobashshera Rasool1-0/+24
2022-02-07bgpd: Flush temporary attributes after route-map applyDonatas Abraitis1-1/+1
2022-02-05doc: Add a commands snippet to workflow about what to do in the 1st phaseDonatas Abraitis2-20/+53
2022-02-05bgpd: Free only subattributes, not the whole attr_extra pointerDonatas Abraitis1-1/+1
2022-02-05bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_typeDonatas Abraitis1-6/+12
2022-02-04babeld: fix #10502 #10503 by repairing the checks on lengthqingkaishi1-10/+10