summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: clear dup detect cleanup for nb conversionChirag Shah2020-04-161-54/+38
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-5/+5
* zebra: fix NULL deref reported by coverity in evpn-pim cleanupAnuradha Karuppiah2020-04-031-1/+1
* zebra,lib: use const in more apisMark Stapp2020-03-271-20/+25
* *: remove tabs from log messagesDavid Lamparter2020-03-241-8/+8
* zebra: Readd special flood MAC upon del notificationvivek2020-03-101-0/+46
* *: Finish off the __PRETTY_FUNCTION__ to __func__Donald Sharp2020-03-061-19/+16
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-45/+45
* Merge pull request #5780 from chiragshah6/evpn_dev1Sri Mohana Singamsetty2020-03-021-53/+4
|\
| * zebra:remote vtep delete handlingChirag Shah2020-02-081-53/+4
* | *: change hash_backet to hash_bucketDonald Sharp2020-02-281-3/+3
* | Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh2020-02-271-3/+3
* | *: change hash_backet to hash_bucketDonald Sharp2020-02-271-3/+3
|/
* *: 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
|\ \ \