summaryrefslogtreecommitdiff
path: root/zebra/zebra_vxlan.c
AgeCommit message (Expand)Author
2022-09-01zebra: fix missing tenant vrf change notificationanlan_cs
2022-08-26zebra: fix missing vni transitionanlan_cs
2022-08-09zebra: correct one comment for evpn-mhanlan_cs
2022-08-03zebra: fix bond down for evpn-mhanlan_cs
2022-06-29zebra: make rib_process_dplane_results own ctx freeingDonald Sharp
2022-06-23zebra: move the check for l3vnianlan_cs
2022-05-28zebra: Update advertise-svi-ip MACIPs w/ new MACTrey Aspelund
2022-05-19Merge pull request #11210 from anlancs/fix/zebra-leak-vtpSri Mohana Singamsetty
2022-05-16zebra: fix missing delete vtep during vni transitionanlan_cs
2022-05-16zebra: remove unncecessary check for l3vnianlan_cs
2022-05-13zebra: remove unnecessary check for "zevpn_vrf"anlan_cs
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-05Merge pull request #10928 from anlancs/zebra-cleanup-1Donald Sharp
2022-03-31zebra: fix missing vrf change of l2vni on vxlan interfaceanlan_cs
2022-03-30zebra: use "assert" instead of unnecessary checkanlan_cs
2022-03-22Merge pull request #10726 from chiragshah6/fdev2Sri Mohana Singamsetty
2022-03-15Merge pull request #10770 from chiragshah6/evpn_dev3Sri Mohana Singamsetty
2022-03-15Merge pull request #10693 from anlancs/bgpd-add-check-nsDonald Sharp
2022-03-12zebra: use "assert" instead of unnecessary checkanlan_cs
2022-03-10zebra: evpn disable remove l2vni from l3vni listChirag Shah
2022-03-10zebra: cleanup host prefix from rmacChirag Shah
2022-03-10zebra: print rmac nexthop listChirag Shah
2022-03-10zebra: remove host prefix mapping in rmacChirag Shah
2022-03-10zebra: maintain list of nhs in rmac dbChirag Shah
2022-02-06zebra: Remove unnecessary checkanlan_cs
2021-12-19zebra: correct one spell erroranlan_cs
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25zebra: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-18zebra: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2021-11-12zebra: use tabs instead of spaces zebra_vxlan.cQuentin Young
2021-11-08zebra: svi down remove l2vni from l3vni listChirag Shah
2021-10-28zebra: don't use if_lookup_by_index_all_vrfIgor Ryzhov
2021-09-17zebra: handle bridge mac address update in evpn contextsPhilippe Guibert
2021-09-07zebra: update zl3vni when bridge link refreshed in other namespacesPhilippe Guibert
2021-09-02zebra: Convert to `struct zebra_neigh` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_l3nvi` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_vxlan_sg` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_mac` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_vtep` as per our internal standardDonald Sharp
2021-09-02zebra: Convert to `struct zebra_evpn` as per our internal standardDonald Sharp
2021-07-29zebra: use a separate dummy prefix for referencing v6 nexthopsAnuradha Karuppiah
2021-07-22zebra: Remove MM seq from evpn rmac json outputTrey Aspelund
2021-07-19zebra: process EVPN remote VTEP updates from the workqueueMark Stapp
2021-07-19zebra: use workqueue for vxlan remote macip updatesMark Stapp
2021-07-19zebra: give some evpn apis better namesMark Stapp
2021-06-07Zebra: FPM support for gateway IP overlay IndexAmeya Dharkar
2021-06-07bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structuresAmeya Dharkar