summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_evpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix coverity warnings - error handling issuesRenato Westphal2017-10-241-1/+1
* *: Convert list_free usage to list_deleteDonald Sharp2017-10-051-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-4/+2
* bgpd: fix uninitialized value in show cmdQuentin Young2017-09-151-0/+2
* bgpd: Do not put on outgoing stream type 5 route 2 timesDonald Sharp2017-09-151-1/+0
* Merge pull request #1079 from qlyoung/fix-style-aRenato Westphal2017-08-311-11/+5
|\
| * *: fix styleQuentin Young2017-08-301-11/+5
* | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-311-2/+2
|\ \ | |/ |/|
| * *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-2/+2
* | fix coding styleMitesh Kanjariya2017-08-191-11/+11
* | Fix coding style.Mitesh Kanjariya2017-08-191-36/+35
* | zebra: Fix MAC change handling for a neighborvivek2017-08-171-39/+36
* | bgpd: Add advertsie-all-vni in show bgp neighborMitesh Kanjariya2017-08-171-37/+48
* | bgpd: Json support for evpn commandsMitesh Kanjariya2017-08-171-0/+55
* | bgpd: Ignore EVPN routes from CLAG peer when VNI comes upMitesh Kanjariya2017-08-171-8/+101
* | bgpd: notify zebra if advertise-gw-macip is enabled when VNI comes upMitesh Kanjariya2017-08-171-0/+5
|/
* lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNETDonald Sharp2017-08-081-5/+5
* lib, bgpd: Address Review comments.Donald Sharp2017-08-081-4/+2
* bgpd: BGP should not ignore the VNI add notification if it is not live currentlyMitesh Kanjariya2017-08-081-1/+2
* bgpd/zebra: honor tunnel ip change in bgp regardless of vni readinessMitesh Kanjariya2017-08-081-2/+12
* bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-081-16/+23
* bgpd/zebra: fix bgpd crash happening in mac mobility code pathMitesh Kanjariya2017-08-081-13/+13
* bgpd: Convert to using ETH_ALENDonald Sharp2017-08-041-7/+7
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-8/+6
* *: reindent pt. 2whitespace / reindent2017-07-171-6/+8
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2142/+2048
* bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp2017-07-121-38/+29
* bgpd: On cleanup make sure pointers existDonald Sharp2017-07-121-5/+8
* bgpd: Handle change to router id for EVPNvivek2017-07-121-0/+75
* bgpd: Additional configuration for EVPNvivek2017-07-121-0/+183
* bgpd: Display (show) commands for EVPNvivek2017-07-121-0/+45
* bgpd: Debug logging updates for EVPNvivek2017-07-121-0/+13
* bgpd, zebra: Support for sticky MACsvivek2017-07-121-17/+80
* bgpd: EVPN route handlingvivek2017-07-121-184/+2293
* bgpd: Implement EVPN enable/disablevivek2017-07-121-0/+20
* bgpd: EVPN initialization and cleanupvivek2017-07-121-0/+127
* Merge commit '3d22338f04d9554fa' into evpn-prepDavid Lamparter2017-07-101-11/+11
|\
| * lib: Refine EVPN prefix definitionvivek2017-05-251-11/+11
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-7/+9
|/
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
* *: Clean up some wrong referencesDonald Sharp2017-04-051-4/+4
* bgpd: Cleanup grabbag of coverity scan issues foundDonald Sharp2017-03-011-1/+1
* bgpd: indent new evpn code to the frr standardsPhilippe Guibert2017-02-141-189/+179
* bgpd: remove HAVE_EVPN referencesPhilippe Guibert2017-02-141-6/+0
* bgpd: use HAVE_EVPN to disable evpn frame handlingPhilippe Guibert2017-02-141-3/+4
* bgpd: evpn NLRI route type 5 forgingPhilippe Guibert2017-02-141-0/+51
* bgpd: handling EVPN Route Type 5 NLRI messagePhilippe Guibert2017-02-141-0/+189