summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* zebra: Do not allow delete of route from kernel in non-startup caseDonald Sharp2017-09-251-3/+3
* zebra: Free leaked zclient data structures on shutdownDonald Sharp2017-09-211-4/+9
* *: use clang's 'ForEachMacros' format style optionRenato Westphal2017-09-151-6/+3
* zebra: api.vrf_id should be re->vrf_idDaniel Walton2017-09-121-1/+1
* Merge pull request #1079 from qlyoung/fix-style-aRenato Westphal2017-08-311-2/+2
|\
| * *: fix styleQuentin Young2017-08-301-2/+2
* | Merge pull request #1044 from donaldsharp/combinationJafar Al-Gharaibeh2017-08-311-1/+1
|\ \ | |/ |/|
| * zebra: Coverity Code CleanupDonald Sharp2017-08-251-1/+1
* | lib, zebra: carry blackhole type over ZAPIDavid Lamparter2017-08-281-2/+3
* | zebra: cleanup blackhole supportDavid Lamparter2017-08-281-7/+11
* | *: fix compiler warningsDavid Lamparter2017-08-261-1/+1
|/
* zebra: Fix compiler warningsDonald Sharp2017-08-241-3/+3
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-170/+53
* zapi: add support for routes with multiple labelsRenato Westphal2017-08-231-2/+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
* Merge pull request #935 from donaldsharp/kernel_metricDavid Lamparter2017-08-151-3/+4
|\
| * zebra: Pay attention to metric from kernelDonald Sharp2017-08-091-3/+4
* | 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-091-0/+3
|\ \
| * | bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-081-0/+3
* | | Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-10/+125
|\ \ \ | | |/ | |/|
| * | zebra: add pseudowire managerßingen2017-08-091-0/+121
| * | zebra: add implicit-null labels to the ribRenato Westphal2017-08-091-6/+4
| * | *: Define the number of seconds in a Day, Week and yearDonald Sharp2017-08-081-4/+0
| |/
* / *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-95/+29
|/
* zebra: Missing break statement causes crash in zebraDonald Sharp2017-08-031-0/+1
* lib, pimd, zebra: Allow pim to set pimregX into appropriate vrfDonald Sharp2017-07-241-0/+28
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-6/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2492/+2425
* Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-56/+56
|\
| * Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-4/+4
| |\
| * | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-3/+3
| * | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-1/+1
| * | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-47/+47
* | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attrDonald Sharp2017-07-141-4/+4
|\ \ \ | | |/ | |/|
| * | vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-4/+4
| |/
* | zebra: MAC and Neighbor (ARP/ND) handlingvivek2017-07-121-0/+9
* | zebra: VNI and VTEP handlingvivek2017-07-121-1/+12
|/
* Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus...Daniel Walton2017-06-301-77/+69
|\
| * *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-3/+3
| * *: use vty_outlnQuentin Young2017-06-291-77/+69
* | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2017-06-161-0/+2
|/
* Merge branch 'stable/3.0'David Lamparter2017-06-131-0/+9
|\