summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | zebra: remove redundant spaces for debug loganlan_cs2023-01-201-4/+4
|/
* Merge pull request #12578 from Pdoijode/evpn-mac-vni-detDonatas Abraitis2023-01-111-9/+20
|\
| * zebra: Evpn mac vni detail show commandPooja Jagadeesh Doijode2023-01-041-9/+20
* | zebra: Add missing json attributes for show evpnSindhu Parvathi Gopinathan2023-01-101-0/+6
|/
* zebra: use "get" naming for bgp accept lower knobStephen Worley2022-11-011-1/+1
* zebra: add knob to accept lower seq in evpnStephen Worley2022-10-071-0/+14
* zebra: fix missing tenant vrf change notificationanlan_cs2022-09-011-4/+3
* zebra: fix missing vni transitionanlan_cs2022-08-271-1/+10
* zebra: correct one comment for evpn-mhanlan_cs2022-08-091-1/+1
* zebra: fix bond down for evpn-mhanlan_cs2022-08-031-0/+13
* zebra: make rib_process_dplane_results own ctx freeingDonald Sharp2022-06-291-2/+1
* zebra: move the check for l3vnianlan_cs2022-06-231-4/+3
* zebra: Update advertise-svi-ip MACIPs w/ new MACTrey Aspelund2022-05-281-0/+6
* Merge pull request #11210 from anlancs/fix/zebra-leak-vtpSri Mohana Singamsetty2022-05-191-1/+1
|\
| * zebra: fix missing delete vtep during vni transitionanlan_cs2022-05-161-1/+1
* | zebra: remove unncecessary check for l3vnianlan_cs2022-05-161-4/+0
|/
* zebra: remove unnecessary check for "zevpn_vrf"anlan_cs2022-05-141-19/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-30/+30
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-3/+1
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-9/+0
* Merge pull request #10928 from anlancs/zebra-cleanup-1Donald Sharp2022-04-051-13/+7
|\
| * zebra: use "assert" instead of unnecessary checkanlan_cs2022-03-301-13/+7
* | zebra: fix missing vrf change of l2vni on vxlan interfaceanlan_cs2022-03-311-1/+6
|/
* Merge pull request #10726 from chiragshah6/fdev2Sri Mohana Singamsetty2022-03-231-52/+117
|\
| * zebra: cleanup host prefix from rmacChirag Shah2022-03-111-46/+15
| * zebra: print rmac nexthop listChirag Shah2022-03-111-0/+11
| * zebra: remove host prefix mapping in rmacChirag Shah2022-03-111-16/+18
| * zebra: maintain list of nhs in rmac dbChirag Shah2022-03-111-3/+86
* | Merge pull request #10770 from chiragshah6/evpn_dev3Sri Mohana Singamsetty2022-03-151-4/+2
|\ \
| * | zebra: evpn disable remove l2vni from l3vni listChirag Shah2022-03-111-4/+2
| |/
* | Merge pull request #10693 from anlancs/bgpd-add-check-nsDonald Sharp2022-03-151-4/+2
|\ \