summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_l2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-3/+3
* Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White2021-11-051-1/+1
|\
| * zebra: don't use if_lookup_by_index_all_vrfIgor Ryzhov2021-10-281-1/+1
* | zebra: Fix code paths that always resolve to trueDonald Sharp2021-10-201-2/+2
|/
* zebra: refresh vxlan evpn contexts, when bridge interface goes upPhilippe Guibert2021-09-171-0/+2
* zebra: handle bridge mac address update in evpn contextsPhilippe Guibert2021-09-171-7/+29
* zebra: storage of gre information in zebra layerPhilippe Guibert2021-04-301-0/+26
* zebra: kill zebra_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-1/+0
* zebra: support for lacp bypass with EVPN MHAnuradha Karuppiah2021-02-241-1/+63
* zebra: uplink tracking and startup delay for EVPN-MHAnuradha Karuppiah2020-10-271-13/+89
* zebra: handle local-es bridge port associationAnuradha Karuppiah2020-10-261-0/+4
* zebra: bridge layer2 information records ns_id where bridge isPhilippe Guibert2020-08-181-3/+15
* zebra: map vxlan interface to bridge interface with correct ns idPhilippe Guibert2020-08-181-4/+10
* zebra: Ethernet segment management and support for MAC-ECMPAnuradha Karuppiah2020-08-051-0/+51
* evpn-netns: Revert PR5077, has been re-worked post-refactorPat Ruddy2020-08-051-26/+8
* Merge pull request #6426 from pguibert6WIND/update_ifname_before_hookStephen Worley2020-05-191-1/+1
|\
| * lib, zebra: update interface name at netlink creationPhilippe Guibert2020-05-191-1/+1
* | zebra: bridge layer2 information records ns_id where bridge isPhilippe Guibert2020-05-181-3/+15
* | zebra: map vxlan interface to bridge interface with correct ns idPhilippe Guibert2020-05-181-4/+10
|/
* zebra: Ensure master's ifname is known, even if slave comes up firstDinesh G Dutt2019-08-131-4/+7
* zebra: process mcast-grp rxed in the vxlan-deviceAnuradha Karuppiah2019-04-201-4/+14
* zebra: Let zebra know about bond and blond slave intf typesDinesh Dutt2018-11-121-0/+38
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+1
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-2/+1
* Fix coding style.Mitesh Kanjariya2017-08-191-3/+4
* zebra: Fix MAC change handling for a neighborvivek2017-08-171-7/+7
* zebra: Fix VxLAN interface add-del to bridgevivek2017-08-171-8/+14
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-124/+108
* zebra: VNI and VTEP handlingvivek2017-07-121-1/+14
* zebra: Layer-2 interface handlingvivek2017-07-121-0/+238