summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: ospf_netns_vrf should give more time for coming upDonald Sharp2024-08-281-1/+1
* Merge pull request #16676 from opensourcerouting/fix/lua_nexthop_handling_in_luaDonald Sharp2024-08-283-8/+85
|\
| * lib: Add a helper function to dump Lua stackDonatas Abraitis2024-08-283-7/+84
| * lib: Start from 1, not 0 when creating Lua tables for nexthopsDonatas Abraitis2024-08-281-1/+1
* | Merge pull request #16677 from donaldsharp/mgmt_mapJafar Al-Gharaibeh2024-08-281-0/+2
|\ \ | |/ |/|
| * mgmtd: Ensure map is NULLDonald Sharp2024-08-281-0/+2
|/
* Merge pull request #16655 from louis-6wind/fix-bmp-bpi-extraDonatas Abraitis2024-08-2716-50/+40
|\
| * bgpd: fix labels static-analyserLouis Scalbert2024-08-2616-50/+40
* | Merge pull request #16651 from opensourcerouting/fix/blackhole_community_bgpdDonald Sharp2024-08-272-16/+15
|\ \
| * | bgpd: Respect BLACKHOLE community for internal BGP peering alsoDonatas Abraitis2024-08-272-16/+15
* | | Merge pull request #16665 from louis-6wind/fix-flexalgo-crash-no-teJafar Al-Gharaibeh2024-08-271-0/+4
|\ \ \
| * | | isisd: fix crash at flex-algo without mpls-teLouis Scalbert2024-08-271-0/+4
* | | | Merge pull request #16652 from opensourcerouting/fix/prefix_sid_handlingRuss White2024-08-271-1/+27
|\ \ \ \
| * | | | bgpd: Set encap attribute if received and parsedDonatas Abraitis2024-08-251-0/+2
| * | | | bgpd: Allow filtering Encap attributeDonatas Abraitis2024-08-251-1/+9
| * | | | bgpd: Allow filtering PMSI Tunnel attributeDonatas Abraitis2024-08-251-0/+8
| * | | | bgpd: Allow filtering Prefix-SID attributeDonatas Abraitis2024-08-251-0/+8
* | | | | Merge pull request #16610 from Jafaral/no-pyRuss White2024-08-273-3/+17
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tools, ospfclient: add a config option to skip installing python scriptsJafar Al-Gharaibeh2024-08-223-3/+17
* | | | | Merge pull request #16103 from mjstapp/fix_5549_nhg_typeRuss White2024-08-271-7/+0
|\ \ \ \ \
| * | | | | zebra: be consistent about v6 nexthops for v4 routesMark Stapp2024-08-061-7/+0
* | | | | | Merge pull request #16656 from donaldsharp/minor_fix_for_pim_dr_nondrMark Stapp2024-08-271-0/+64
|\ \ \ \ \ \
| * | | | | | tests: Allow convergence before adding multicast routesDonald Sharp2024-08-261-0/+64
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #16657 from Jafaral/ospfv3_test_fixDonald Sharp2024-08-271-23/+42
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tests: Fix frequent ospfv3 basic functionality test failureJafar Al-Gharaibeh2024-08-261-23/+42
|/ / / / /
* | | | | Merge pull request #16649 from opensourcerouting/fix/free_memory_on_returnDonald Sharp2024-08-244-1/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | bgpd: Free epvn_overlay memory on errorDonatas Abraitis2024-08-244-1/+9
* | | | | Merge pull request #16646 from csilt/pim-ifp-crashDonatas Abraitis2024-08-241-1/+4
|\ \ \ \ \
| * | | | | pimd: Fix crash in pimdCorey Siltala2024-08-231-1/+4
* | | | | | Merge pull request #16631 from pguibert6WIND/imported_from_l3nhg_jsonDonatas Abraitis2024-08-241-20/+56
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bgpd: add json support for BGP L3NHG valuesPhilippe Guibert2024-08-231-20/+56
* | | | | | Merge pull request #16609 from donaldsharp/singleton_no_weightMark Stapp2024-08-233-13/+67
|\ \ \ \ \ \
| * | | | | | zebra: Create Singleton nhg's without weightsDonald Sharp2024-08-221-5/+43
| * | | | | | lib, zebra: Modify nexthop_cmp to allow you to use weight or notDonald Sharp2024-08-222-8/+24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #16640 from louis-6wind/fix-nhrp-localDonatas Abraitis2024-08-231-0/+4
|\ \ \ \ \ \
| * | | | | | nhrpd: fix sending /32 shortcutLouis Scalbert2024-08-231-0/+4
* | | | | | | Merge pull request #16633 from Jafaral/fix-version-buildDonald Sharp2024-08-232-2/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | config: fix missing case when reporting version 'configured with'Jafar Al-Gharaibeh2024-08-222-2/+5
| |/ / / / /
* | | | | | Merge pull request #15561 from kraj/masterJafar Al-Gharaibeh2024-08-231-0/+4
|\ \ \ \ \ \
| * | | | | | zebra: Mimic GNU basename() API for non-glibc library e.g. muslKhem Raj2024-08-221-0/+4
* | | | | | | Merge pull request #16632 from donaldsharp/SA_warnings_from_upstreamJafar Al-Gharaibeh2024-08-232-2/+4
|\ \ \ \ \ \ \
| * | | | | | | lib: Ensure SA that root cannot be NULLDonald Sharp2024-08-221-1/+3
| * | | | | | | bgpd: global_gr_mode does not need to be set twiceDonald Sharp2024-08-221-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #16615 from Jafaral/revert-v4-v6-bgpDonald Sharp2024-08-2280-3148/+101
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Revert "Merge pull request #15368 from louis-6wind/fix-6pe"Jafar Al-Gharaibeh2024-08-2217-1016/+5
| * | | | | | Revert "Merge pull request #15614 from louis-6wind/fix-6pe-address"Jafar Al-Gharaibeh2024-08-2164-2095/+99
| * | | | | | Revert "Merge pull request #16439 from louis-6wind/fix-ipv4-mapped-ipv6"Jafar Al-Gharaibeh2024-08-214-45/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #16630 from donaldsharp/babel_metricMark Stapp2024-08-222-7/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | babeld: Do not remove route when replacingDonald Sharp2024-08-221-6/+2
| * | | | | babeld: Send the route's metric down to zebra.Donald Sharp2024-08-221-1/+1
| |/ / / /