summaryrefslogtreecommitdiffstats
path: root/bfdd (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-23ospfd: Remove unused functionDonald Sharp2-9/+0
2023-02-23lib, bgpd: bmp was not specifying l2vpn afiDonald Sharp3-5/+22
2023-02-23bgpd: Flowspec overflow issueDonald Sharp1-0/+7
2023-02-23pimd: don't try to check RPF for incoming SSM dataDavid Lamparter1-18/+23
2023-02-23pimd: try to reinstall MFC when we get NOCACHEDavid Lamparter1-0/+14
2023-02-22bgpd: Align `show bgp ...` output with the header for wide optionDonatas Abraitis1-1/+1
2023-02-22bgpd: Give better debug message when configuration is being read inDonald Sharp1-4/+10
2023-02-22lib: add missing debug guards for route-mapTrey Aspelund1-6/+8
2023-02-22bgpd: free rfapi callback object alwaysMark Stapp1-4/+11
2023-02-22pimd: make logs useful for input dropsDavid Lamparter1-16/+31
2023-02-22bgpd: Fixup rpki and asn parsingDonald Sharp1-16/+4
2023-02-22ldpd: changes for code maintainabilitysri-mohan11-127/+103
2023-02-22tests: Check if BGP confederation works with AS_EXTERNAL (!AS_SPECIFIED)Donatas Abraitis8-0/+190
2023-02-21bgpd: Pass global ASN for confederation peers if not AS_SPECIFIEDDonatas Abraitis2-5/+27
2023-02-21lib: skip route-map optimization if !AF_INET(6)Trey Aspelund1-43/+56
2023-02-21lib: use MAX_BITLEN instead of magic numberTrey Aspelund1-2/+4
2023-02-21bgpd: Drop struct attr from bgp_withdraw()Donatas Abraitis8-38/+27
2023-02-20tests: improve the ospfapi test (move to square topology)Christian Hopps7-103/+131
2023-02-20ospfclient: remove register "READY" requirementChristian Hopps1-51/+89
2023-02-20ospfclient: bugfix and no implicit registerChristian Hopps1-31/+32
2023-02-20ospfd: compare prefix values in host orderChristian Hopps1-2/+5
2023-02-20ospfd: small bugfix for miscounting A[S]BRsChristian Hopps1-26/+35
2023-02-20ospfd: inc. opaque data in `show opaque info detail json` outputChristian Hopps1-4/+15
2023-02-20ldpd: changes for code maintainabilitysri-mohan11-53/+97
2023-02-20tests: Cover all enum values for unit testsDonatas Abraitis1-17/+10
2023-02-19bgpd: Convert flags_invert/flags_override to uint64_tDonatas Abraitis1-2/+4
2023-02-19ldpd: changes for code maintainabilitysri-mohan11-10/+15
2023-02-18bgpd: Use actual defines to set valuesDonald Sharp1-3/+3
2023-02-17bgpd: Fix bgp no shutdownRafael Zalamena1-0/+6
2023-02-17bgpd: Deprecate BGP `internet` communityDonatas Abraitis6-61/+45
2023-02-17doc: cosmetic changes for ripngdanlan_cs1-6/+2
2023-02-17doc: cosmetic changes for ripdanlan_cs1-6/+9
2023-02-16tests: update tests using 'show bgp json detail'Trey Aspelund4-78/+100
2023-02-16bgpd: fix 'json detail' output structureTrey Aspelund3-41/+58
2023-02-16pimd: Remove impossible situationDonald Sharp1-3/+1
2023-02-16zebra: Ensure bvlan is non nullDonald Sharp1-0/+2
2023-02-16lib: Fix non-use of optionDonald Sharp1-1/+1
2023-02-16doc: Add `show ipv6 rpf X:X::X:X` command to docsDonald Sharp2-8/+31
2023-02-16zebra: Remove code duplication for v4 and v6 versions of rib_match_multicastDonald Sharp4-96/+29
2023-02-16zebra: Add debug for bridge capabilityvivek1-1/+17
2023-02-16bgpd: Prevent multipathing among EVPN and non-EVPN pathsvivek1-3/+12
2023-02-16bgpd: Fix deterministic-med check for stale pathsvivek1-1/+4
2023-02-15bgpd: BGP troubleshooting - Add a keyword self-originate to display only self...Karl Quan5-5/+41
2023-02-15bgpd: Add BGP Software Version CapabilityDonatas Abraitis20-4/+367
2023-02-15tests: Increase flags from uint32_t to uint64_tDonatas Abraitis1-2/+2
2023-02-15bgpd: clarify when the vpnv6 nexthop length must be modifiedPhilippe Guibert1-2/+14
2023-02-15bgpd: factorise ipv6 vpn nexthop encodingPhilippe Guibert1-11/+9
2023-02-15zebra: Fix other table inactive when ip import-table is onzyxwvu Shi1-5/+5
2023-02-14bgpd: Remove unnecessary all_digit() callDonald Sharp1-4/+0
2023-02-14babeld: changes for code maintainabilitysri-mohan14-15/+17