summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: remove RT_ROUNDUP warningDavid Lamparter2017-08-261-6/+3
* *: fix compiler warningsDavid Lamparter2017-08-261-1/+1
* Merge pull request #1038 from donaldsharp/zservRenato Westphal2017-08-241-3/+3
|\
| * zebra: Fix compiler warningsDonald Sharp2017-08-241-3/+3
* | Merge pull request #1031 from opensourcerouting/small-bitsDonald Sharp2017-08-241-2/+4
|\ \ | |/ |/|
| * zebra: don't print 0.0.0.0:0 for FPM configDavid Lamparter2017-08-231-2/+4
* | *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-242-177/+63
* | zapi: add support for routes with multiple labelsRenato Westphal2017-08-232-4/+3
* | lib/zserv: introduce address-family independent ZAPI message typesRenato Westphal2017-08-231-0/+144
* | zserv: identify label type based on the client protocolRenato Westphal2017-08-231-9/+20
* | zserv: simplify handling of route delete requestsRenato Westphal2017-08-231-122/+3
* | zebra: add support for NEXTHOP_TYPE_IPV6_IFINDEX in zservRenato Westphal2017-08-231-0/+7
* | lib: remove redundant zebra messagesRenato Westphal2017-08-231-8/+0
* | zebra: increase maximum label stack depthRenato Westphal2017-08-225-31/+63
|/
* zebra: redistribute srcdest routes to the client daemonsRenato Westphal2017-08-221-1/+1
* zebra: fix display of static routes pointing to nonexistent interfacesRenato Westphal2017-08-221-4/+2
* Merge pull request #939 from jbonor/optimizationLou Berger2017-08-222-4/+4
|\
| * lib: optimize IPV4_ADDR_[SAME|COPY]()Jorge Boncompte2017-08-172-3/+3
| * lib: cleanup the work queue implementationJorge Boncompte2017-08-171-1/+1
* | zebra: put pseudowire show cmd under mplsDavid Lamparter2017-08-211-1/+2
* | Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-6/+6
|\ \
| * | *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-6/+6
| |/
* | Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp2017-08-2110-201/+211
|\ \ | |/ |/|
| * zebra: irdp: convert into moduleDavid Lamparter2017-08-156-20/+25
| * zebra: irdp: manage separate IRDP structDavid Lamparter2017-08-153-71/+75
| * zebra: start detangling rtadv & irdpDavid Lamparter2017-08-158-104/+107
| * lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
| * *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-5/+3
* | Merge pull request #935 from donaldsharp/kernel_metricDavid Lamparter2017-08-157-28/+35
|\ \ | |/ |/|
| * zebra: Pay attention to metric from kernelDonald Sharp2017-08-097-28/+35
* | zebra: don't raise privileges when creating unix zserv socketRenato Westphal2017-08-121-2/+2
* | Merge branch 'frr/pull/822' ("EVPN fixes")David Lamparter2017-08-0910-228/+1541
|\ \
| * | zebra: Use JSON_STRDonald Sharp2017-08-081-10/+10
| * | zebra: zebra should not try and advertise gateway macip if EVPN is disabledMitesh Kanjariya2017-08-081-3/+7
| * | zebra: Guard debugs in interface speed checkDonald Sharp2017-08-081-4/+7
| * | bgpd/zebra: honor tunnel ip change in bgp regardless of vni readinessMitesh Kanjariya2017-08-081-0/+8
| * | zebra: Provide neigh-mac tie-in in zebraMitesh Kanjariya2017-08-082-27/+323
| * | zebra: Enable JSON for EVPN show cmdsChirag Shah2017-08-084-162/+580
| * | zebra: Fix some memory leaks on shutdownDonald Sharp2017-08-082-3/+6
| * | bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-088-41/+599
| * | zebra: fix mac mobility code pathMitesh Kanjariya2017-08-081-2/+3
| * | zebra: update sticky mac attribute to BGP if necessaryMitesh Kanjariya2017-08-081-3/+11
| * | bgpd/zebra: fix bgpd crash happening in mac mobility code pathMitesh Kanjariya2017-08-081-0/+14
* | | Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-0920-127/+1066
|\ \ \ | | |/ | |/|
| * | zebra: fix pseudowire code re. upstream changesDavid Lamparter2017-08-092-31/+28
| * | zebra: add support for static pseudowiresRenato Westphal2017-08-094-5/+275
| * | zebra: add support to openbsd's mpw(4) for pseudowiresRenato Westphal2017-08-091-0/+90
| * | zebra: add new flag to detect nexthop label updatesRenato Westphal2017-08-093-4/+8
| * | zebra: add nexthop tracking for pseudowiresRenato Westphal2017-08-094-3/+85
| * | zebra: add pseudowire managerßingen2017-08-099-0/+496