summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, zebra: Send up whether or not v6_with_v4_nexthops are supportedDonald Sharp2023-08-031-1/+1
* zebra: Allow zebra cli to accept v6 routes with v4 nexthopsDonald Sharp2023-08-034-31/+44
* Merge pull request #14078 from raja-rajasekar/frr_dev1Donatas Abraitis2023-08-011-1/+12
|\
| * zebra: fix nhe refcnt when frr service goes downRajasekar Raja2023-07-261-1/+12
* | lib, zebra: Fix EVPN nexthop config orderXiao Liang2023-07-272-13/+20
* | Merge pull request #14064 from donaldsharp/pim_cleanupmobash-rasool2023-07-262-81/+0
|\ \
| * | zebra: Remove unused functionalityDonald Sharp2023-07-212-81/+0
* | | Merge pull request #14050 from LabNConsulting/ziemba-pbr-zapi-commonRuss White2023-07-251-61/+3
|\ \ \
| * | | lib: zapi PBR common encode/decodeG. Paul Ziemba2023-07-201-61/+3
| |/ /
* | | Merge pull request #14080 from anlancs/fix/zebra-nhg-reinstallRuss White2023-07-251-3/+6
|\ \ \
| * | | zebra: fix nhg out of sync between zebra and kernelanlan_cs2023-07-241-3/+6
| | |/ | |/|
* | | Merge pull request #13945 from pguibert6WIND/redistribute_isis_tableRuss White2023-07-251-0/+2
|\ \ \
| * | | zebra: fix imported static routes deletionPhilippe Guibert2023-07-121-0/+2
* | | | zebra: add several fields for debuganlan_cs2023-07-251-4/+4
| |/ / |/| |
* | | zebra: non pretty json output for evpn routeSindhu Parvathi Gopinathan2023-07-211-2/+10
* | | zebra: non pretty json output for show ip routeSindhu Parvathi Gopinathan2023-07-211-1/+5
| |/ |/|
* | Merge pull request #14026 from LabNConsulting/pbr-add-vlan-filtersDonald Sharp2023-07-203-4/+53
|\ \
| * | pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zebra dplane)G. Paul Ziemba2023-07-192-1/+34
| * | pbrd: add vlan filters pcp/vlan-id/vlan-flags; ip-protocol any (zapi)G. Paul Ziemba2023-07-191-3/+19
* | | Merge pull request #14055 from guoguojia2021/route_lockDonatas Abraitis2023-07-201-0/+4
|\ \ \
| * | | zebra:unlock node after route_nextguozhongfeng2023-07-191-0/+4
* | | | zebra:fix a zebra crash issue caused by mac changeJack.zhang2023-07-191-7/+8
* | | | Merge pull request #11831 from anlancs/fix/cleanup-defaultQuentin Young2023-07-187-55/+2
|\ \ \ \
| * | | | zebra: remove unnecessary check for default vrfanlan_cs2023-07-127-55/+2
* | | | | Merge pull request #14033 from donaldsharp/zebra_same_routeDonatas Abraitis2023-07-182-9/+14
|\ \ \ \ \
| * | | | | zebra: Further handle route replace semanticsDonald Sharp2023-07-172-9/+14
| | |_|/ / | |/| | |
* | | | | Merge pull request #14025 from guoguojia2021/guozhongfeng_alibabaDonald Sharp2023-07-171-3/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | zebra: The command ipv6 nht xxx not workguozhongfeng2023-07-161-3/+3
| | |/ | |/|
* / | zebra: Fix wrong vrf change procedureanlan_cs2023-07-131-9/+9
|/ /
* | Merge pull request #13885 from donaldsharp/tests_need_to_be_stricterRuss White2023-07-111-5/+2
|\ \
| * | zebra: Lookup up nlsock * one time in call treeDonald Sharp2023-07-101-5/+2
* | | Merge pull request #13876 from LabNConsulting/mjs/nhrp_resolvingRuss White2023-07-112-1/+12
|\ \ \
| * | | zebra: use NHRP routes as valid in nexthop checkMark Stapp2023-07-102-1/+12
| |/ /
* | | Merge pull request #13958 from opensourcerouting/fix/coverityDonald Sharp2023-07-111-5/+18
|\ \ \
| * | | zebra: Guard printing an error by checking if VRF is not NULLDonatas Abraitis2023-07-101-4/+10
| * | | zebra: Check if ifp is not NULL in zebra_if_update_ctx()Donatas Abraitis2023-07-101-0/+7
| * | | zebra: Do not check ifp for NULLDonatas Abraitis2023-07-101-1/+1
| |/ /
* | | Merge pull request #13964 from pguibert6WIND/mpls_againRuss White2023-07-111-0/+5
|\ \ \
| * | | zebra: fix mpls config on ifaces created post frrPhilippe Guibert2023-07-091-0/+5
* | | | zebra: adjust one debug infoanlan_cs2023-07-111-6/+5
| |/ / |/| |
* | | zebra: Fix crash when `dplane_fpm_nl` fails to process received routesCarmine Scarpitta2023-07-071-1/+2
* | | zebra: Abstract `dplane_ctx_route_init` to init route without copyingCarmine Scarpitta2023-07-071-2/+19
| |/ |/|
* | Merge pull request #13396 from donaldsharp/interface_is_interfaceRuss White2023-07-0625-960/+1707
|\ \ | |/ |/|
| * zebra: Use zebra dplane for RTM link and addrDonald Sharp2023-07-0512-712/+1033
| * zebra: Add code to get/set interface to pass up from dplaneDonald Sharp2023-07-0513-1/+607
| * zebra: Remove duplicate function for netlink interface changesDonald Sharp2023-07-051-174/+22
| * zebra: Remove unused add variableDonald Sharp2023-07-053-5/+3
| * zebra: Remove unused dplane_intf_deleteDonald Sharp2023-07-052-13/+0
| * zebra: Move protodown_r_bit to a better spotDonald Sharp2023-07-055-49/+35
| * zebra: Rename vrf_lookup_by_tableid to zebra_vrf_lookup..Donald Sharp2023-07-055-31/+32