summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | zebra: use "assert" instead of unnecessary checkanlan_cs2022-03-121-4/+2
| |/
* / zebra: Remove unnecessary checkanlan_cs2022-02-071-16/+1
|/
* zebra: correct one spell erroranlan_cs2021-12-201-1/+1
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-42/+21
* zebra: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-73/+24
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-13/+13
* zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-12/+6
* zebra: use tabs instead of spaces zebra_vxlan.cQuentin Young2021-11-121-7/+7
* zebra: svi down remove l2vni from l3vni listChirag Shah2021-11-081-0/+9
* zebra: don't use if_lookup_by_index_all_vrfIgor Ryzhov2021-10-281-7/+5
* zebra: handle bridge mac address update in evpn contextsPhilippe Guibert2021-09-171-0/+7
* zebra: update zl3vni when bridge link refreshed in other namespacesPhilippe Guibert2021-09-071-33/+53
* zebra: Convert to `struct zebra_neigh` as per our internal standardDonald Sharp2021-09-021-41/+44
* zebra: Convert to `struct zebra_l3nvi` as per our internal standardDonald Sharp2021-09-021-109/+112
* zebra: Convert to `struct zebra_vxlan_sg` as per our internal standardDonald Sharp2021-09-021-24/+26
* zebra: Convert to `struct zebra_mac` as per our internal standardDonald Sharp2021-09-021-45/+49
* zebra: Convert to `struct zebra_vtep` as per our internal standardDonald Sharp2021-09-021-3/+3
* zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp2021-09-021-63/+54
* zebra: use a separate dummy prefix for referencing v6 nexthopsAnuradha Karuppiah2021-07-301-2/+21
* zebra: Remove MM seq from evpn rmac json outputTrey Aspelund2021-07-221-2/+0
* zebra: process EVPN remote VTEP updates from the workqueueMark Stapp2021-07-191-105/+158
* zebra: use workqueue for vxlan remote macip updatesMark Stapp2021-07-191-11/+6
* zebra: give some evpn apis better namesMark Stapp2021-07-191-2/+2
* Zebra: FPM support for gateway IP overlay IndexAmeya Dharkar2021-06-081-0/+21
* bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structuresAmeya Dharkar2021-06-081-0/+12
* Merge pull request #8646 from chiragshah6/mdevPatrick Ruddy2021-05-181-2/+5
|\
| * zebra: check vni oper state in svi up notifChirag Shah2021-05-081-2/+5