summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Reduce memory usage of streams for encoding packetsDonald Sharp2024-12-091-3/+3
* zebra: Reset MAC's remote sequence number appropriatelyvivek2024-12-091-0/+1
* zebra: EVPN fix code style in vlan vni map debugsChirag Shah2024-11-261-4/+3
* zebra: add debug in remote vtep install ifp not upChirag Shah2024-11-251-1/+7
* zebra: Put debug guards in zebra_vxlan.cDonald Sharp2024-11-141-56/+60
* zebra: zebra_vxlan.c assert on dev escape problemDonald Sharp2024-11-141-2/+1
* zebra: use new per-NS ifp iterators in vxlan codeMark Stapp2024-10-291-197/+171
* zebra: vlan to dplane Offload from mainRajasekar Raja2024-09-271-16/+63
* zebra: vlan to dplane, Relocating some functionsRajasekar Raja2024-09-251-0/+64
* zebra: evpn: not coerce VTEP IP to IPv4 in nh_listEugene Crosser2024-07-081-44/+34
* lib, zebra: Update prefix_sg structure for IPv6 group supportMike RE Mallin2024-05-311-31/+50
* zebra: fix EVPN svd based remote nh neigh delChirag Shah2024-05-031-4/+19
* Merge pull request #15010 from tlsalmin/masterMark Stapp2024-03-221-0/+9
|\
| * zebra: Fix crash on macvlan link down/upTomi Salminen2023-12-131-0/+9
* | Merge pull request #15399 from louis-6wind/fix-macvlan-crashDonatas Abraitis2024-02-271-0/+5
|\ \
| * | zebra: fix crash if macvlan link in another netnsLouis Scalbert2024-02-211-0/+5
* | | zebra: Remove deprecated itemsDonald Sharp2024-02-201-4/+0
|/ /
* | zebra: fix vni NB conversionIgor Ryzhov2024-01-281-36/+3
* | bgpd: revamp evpn debugs nexthop and l3vniChirag Shah2023-12-281-9/+8
|/
* zebra: Cleanup svd_nh_table on shutdownDonald Sharp2023-11-211-4/+16
* Merge pull request #13576 from chiragshah6/mdev1Donatas Abraitis2023-10-301-48/+89
|\
| * zebra:returns empty dict when evpn is disabled IISindhu Parvathi Gopinathan2023-10-301-48/+89
* | zebra: non pretty json output for evpn routeSindhu Parvathi Gopinathan2023-07-211-2/+10
* | Merge pull request #14055 from guoguojia2021/route_lockDonatas Abraitis2023-07-201-0/+4
|\ \
| * | zebra:unlock node after route_nextguozhongfeng2023-07-191-0/+4
* | | zebra: remove unnecessary check for default vrfanlan_cs2023-07-121-6/+1
|/ /
* | zebra: fix evpn rmac nh list cmp functionChirag Shah2023-06-271-1/+1
* | zebra: avoid unneeded vxlan work on shutdownChristian Hopps2023-05-301-1/+3
|/
* zebra:return empty dict when evpn is disabledSindhu Parvathi Gopinathan2023-04-051-87/+127
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-3/+3
* zebra: add evpn isDetectionFreeze to json outputSindhu Parvathi Gopinathan2023-03-221-0/+2
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-17/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-17/+1
* | zebra: clang-format style fixesStephen Worley2023-02-141-4/+4
* | zebra: use new vni_info->access_vlan structsStephen Worley2023-02-141-1/+2
* | zebra: make next-hop svd command hidden for nowStephen Worley2023-02-141-8/+0
* | zebra: add show commands for SVD global neigh tableStephen Worley2023-02-141-50/+115
* | zebra: install neigh entries on SVDStephen Worley2023-02-141-21/+251
* | zebra: check for vni before comparison in zl3vni_map_to_vxlan_if_nsSharath Ramamurthy2023-02-141-1/+1
* | zebra: Bug fixes in fdb read for flooded traffic and remote fdb cleanup upon ...Sharath Ramamurthy2023-02-141-2/+4
* | zebra: Handle vni determination for non-vlan-aware bridgesSharath Ramamurthy2023-02-141-2/+2
* | zebra: Refactoring changes for zebra_evpn_map_vlan zebra_evpn_from_svi and zl...Sharath Ramamurthy2023-02-141-21/+45
* | zebra: single vxlan device vni handlingSharath Ramamurthy2023-02-141-116/+133
* | zebra: vxlan interface refactoring changesSharath Ramamurthy2023-02-141-504/+1
* | zebra: single vxlan device dataplace vni update changesSharath Ramamurthy2023-02-141-4/+4
* | zebra: multiple vlan aware bridge datastructure changes and vxlan device ifty...Sharath Ramamurthy2023-02-141-36/+20
* | zebra: data structure changes for single vxlan deviceSharath Ramamurthy2023-02-141-75/+92
|/
* Merge pull request #12654 from Pdoijode/evpn-evi-detail-json-changesDonatas Abraitis2023-02-071-1/+6
|\
| * zebra: fix JSON fields for show evpn vni detailPooja Jagadeesh Doijode2023-01-271-1/+6
* | zebra: fix wrong conversion for evpn advertisinganlan_cs2023-01-201-4/+8