summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-5/+7
* zebra: fix assert crash on corrupt vxlan msgQuentin Young2020-01-151-1/+1
* zebra: fix debug in macvlan down eventChirag Shah2020-01-101-3/+2
* zebra: Refactor _add and _del to use a common functionDonald Sharp2020-01-071-47/+61
* zebra: Prevent zebra vxlan remote macip del buffer overflowDonald Sharp2020-01-071-2/+13
* Merge pull request #4977 from chiragshah6/evpn_dev1Philippe Guibert2019-11-261-13/+218
|\
| * zebra: display proper field in debug statementChirag Shah2019-11-221-2/+6
| * zebra: handle macvlan down eventChirag Shah2019-11-221-0/+7
| * zebra: print rmac and sys mac valuesChirag Shah2019-11-221-0/+5
| * zebra: evpn pip mac vlan up-down eventChirag Shah2019-11-221-0/+61
| * bgpd: evpn pip handle svi ip routeChirag Shah2019-11-221-0/+3
| * zebra: evpn pip extract vrr macChirag Shah2019-11-221-13/+138
* | zebra: "show evpn vni details json" prints incorrect JSON formatLakshman Krishnamoorthy2019-11-221-33/+45
|/
* zebra: evpn update remote rmac and nexhopChirag Shah2019-11-071-7/+40
* zebra: zvni_map_to_svi may return NULL act accordinglyDonald Sharp2019-10-291-6/+8
* bgpd: fix advertise-svi-ip upon vni-svi up-downChirag Shah2019-09-241-4/+6
* zebra: avoid using zebra datastructs in evpn dataplane pathMark Stapp2019-09-051-14/+66
* zebra: protect some vxlan debugsMark Stapp2019-09-051-11/+18
* zebra: move EVPN VTEP programming to dataplaneMark Stapp2019-09-041-4/+12
* zebra: Use dataplane for evpn neighbor changesMark Stapp2019-08-231-22/+22
* Merge pull request #4778 from mjstapp/dplane_macsDonald Sharp2019-08-221-11/+40
|\
| * zebra: use dataplane for vxlan remote mac programmingMark Stapp2019-08-021-11/+40
* | *: Fix spelling errors pointed out by debian packagingDonald Sharp2019-08-191-1/+1
* | zebra: fix advertise svi ip as macip routeChirag Shah2019-08-081-11/+24
* | zebra: del auto mac when vni is downChirag Shah2019-08-011-9/+40
* | zebra: add info evpn to debugsChirag Shah2019-08-011-12/+8
* | zebra: Guard debug messagesDonald Sharp2019-07-171-2/+3
|/
* Merge pull request #4635 from AnuradhaKaruppiah/evpn-pim-replayJafar Al-Gharaibeh2019-07-151-9/+60
|\
| * pimd, zebra: request for replay of SG entries on startupAnuradha Karuppiah2019-07-031-9/+60
* | lib,zebra: avoid use of ctime in monotime apiMark Stapp2019-07-101-14/+12
* | zebra: evpn entries are not cleaned upon frr stopChirag Shah2019-07-021-3/+16
|/
* Merge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fixSri Mohana Singamsetty2019-06-261-10/+10
|\
| * zebra: show evpn mac vni xx json output is brokenNitin Soni2019-06-211-10/+10
* | Merge pull request #4458 from karamalla0406/frr4123Donald Sharp2019-06-251-33/+194
|\ \
| * | zebra: Clean up BGP EVPN configuration when the client, BGPD, goes downKishore Aramalla2019-06-191-33/+194
* | | Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-24/+23
* | | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-23/+24
|\ \ \
| * | | *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-121-23/+24
| |/ /
* | | Merge pull request #4294 from adharkar/frr-master-fpm_rmacDonald Sharp2019-06-221-4/+17
|\ \ \ | |_|/ |/| |
| * | Zebra: Handle RMAC add/delete operation and add fpm_mac_info_tAmeya Dharkar2019-06-171-4/+17
| |/
* / zebra: When displaying `show evpn mac vni XX` add local and remote seqNitin Soni2019-06-181-7/+11
|/
* zebra: When displaying `show evpn arp-cache vni XX` add local and remote seqDonald Sharp2019-06-031-6/+6
* Zebra: Handle VxLAN encap in netlink rtmsg for FPMAmeya Dharkar2019-05-171-2/+1
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-13/+13
* zebra: unset sticky mac upon local deletionChirag Shah2019-05-101-7/+9
* zebra: suppress unused variable warningQuentin Young2019-05-011-1/+1
* zebra: Fix incorrect reading of REMOTE_VTEP_[ADD|DEL]Donald Sharp2019-05-011-1/+7
* Merge pull request #3045 from opensourcerouting/atomsLou Berger2019-04-301-1/+1
|\
| * lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter2019-04-181-1/+1
* | Merge pull request #4126 from karamalla0406/4113Russ White2019-04-261-0/+7
|\ \