summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-11/+11
* zebra, lib: error references for zebraQuentin Young2018-08-141-96/+108
* *: ALLOC calls cannot failDonald Sharp2018-08-111-4/+0
* zebra: display consistant mac countChirag Shah2018-07-281-0/+1
* Merge pull request #2665 from chiragshah6/evpn_devRuss White2018-07-241-15/+58
|\
| * bgpd: support evpn nd ext communityChirag Shah2018-07-171-15/+58
* | zebra: install EVPN gateway MAC as static/stickyAnuradha Karuppiah2018-07-101-1/+14
|/
* zebra: resource leak fix (Coverity 1453454)paco2018-06-081-1/+1
* Merge pull request #2385 from donaldsharp/SA_SA_SARuss White2018-06-081-22/+10
|\
| * vtysh, zebra: Fix function parametersDonald Sharp2018-06-081-22/+10
* | Merge pull request #2123 from qlyoung/zserv-mtRuss White2018-06-081-12/+12
|\ \ | |/ |/|
| * zebra: refactor zserv names, consolidate eventsQuentin Young2018-05-291-12/+12
* | zebra: Fix memory leak on host prefix removalDonald Sharp2018-06-041-1/+3
|/
* zebra: Cleanup some nits from Review CommentsDonald Sharp2018-05-211-25/+24
* zebra: The neigh host_list is expensive tooDonald Sharp2018-05-171-55/+20
* zebra: Rename some functions to allow reuseDonald Sharp2018-05-171-12/+14
* zebra: Convert zrmac->host_list list to a RB TreeDonald Sharp2018-05-171-21/+97
* bgpd, lib, zebra: Cleanup formatting issues foundDonald Sharp2018-05-091-4/+5
* zebra: Use STREAM_GETXXX functionsDonald Sharp2018-05-091-2/+5
* bgpd/zebra: use stream_putl/getl to send VNIsMitesh Kanjariya2018-05-091-1/+1
* zebra: vni [prefix-routes-only] should also be provided for the 'no' cmdMitesh Kanjariya2018-05-091-0/+6
* zebra: remote RMAC for EVPN ipv6 hosts should be programmed against the ipv4 ...Mitesh Kanjariya2018-05-091-4/+24
* bgpd, zebra: Handle EVPN router MAC per next hopvivek2018-05-091-21/+16
* zebra: Cleanup lines over 80 columnsDonald Sharp2018-04-121-7/+6
* zebra: add EVPN learned neighbors as NUD_NOARPMitesh Kanjariya2018-04-121-0/+2
* zebra: act on kernel notifications for remote neighbors as wellMitesh Kanjariya2018-04-121-121/+196
* zebra: fix style errorQuentin Young2018-04-111-1/+2
* resolve issue found by cppcheckIlya Shipitsin2018-04-111-4/+6
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-71/+73
* lib, zebra: use existing zapi header structQuentin Young2018-03-121-1/+1
* zebra: reorganize zserv, batch i/oQuentin Young2018-03-121-29/+20
* zebra: standardize ZAPI message handler argsQuentin Young2018-03-121-18/+13
* zebra: dont return a status code in zapi handlersQuentin Young2018-03-121-44/+44
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-395/+295
* Merge branch 'master' into evpn-bug-fixesMitesh Kanjariya2018-02-271-10/+30
|\
| * zebra, bgp: Support type-5 routes with asymmetric routingMitesh Kanjariya2018-02-101-10/+30
* | Merge branch 'master' into evpn-bug-fixesMitesh Kanjariya2018-02-211-114/+38
|\|
| * zebra: fix build breakagemitesh2018-02-101-14/+4
| * Merge pull request #1700 from mkanjari/evpn-symm-routing-enhancements-2.0Renato Westphal2018-02-101-100/+34
| |\
| | * zebra: fix SA issuesmitesh2018-02-061-3/+0
| | * zebra: fix SA issuesmitesh2018-02-051-3/+9
| | * zebra: optimize l3vni lookup in certain callflowsmitesh2018-01-251-94/+25
* | | zebra: Handle local-ip change in a correct way for l3-vniMitesh Kanjariya2018-02-091-6/+17
* | | zebra: Handle change to VxLAN tunnel (local) IP address for L3 VNI similar to...Mitesh Kanjariya2018-02-091-2/+9
* | | zebra: fix 'show evpn vni' outputMitesh Kanjariya2018-02-091-1/+2
* | | zebra: do not check if advertise-default-gw is on in no-advertise-default-gw ...Mitesh Kanjariya2018-02-091-18/+16
|/ /
* | *: Refine the notion of a configured VRF in FRRvivek2018-01-241-1/+1
* | zebra/bgpd: fix compilation issuesmitesh2018-01-241-1/+1
* | *: Reintroduce JSON keywords for EVPNvivek2018-01-241-0/+3
* | zebra: Fix check when uninstalling remote next hopsvivek2018-01-241-3/+3