summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra/ldpd: allow MPLS ECMP on unnumbered interfacesRenato Westphal2016-12-141-6/+26
* Merge branch 'stable/2.0'David Lamparter2016-12-051-38/+36
|\
| * zebra/lib: remove redundant fields from zebra_vrfRenato Westphal2016-11-281-29/+29
| * *: rename two vrf functionsRenato Westphal2016-11-281-1/+1
| * lib: convert vrf code to use red-black trees as wellRenato Westphal2016-11-281-8/+6
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-201-10/+36
|\|
| * ldpd: remove dead code from zsend_redistribute_route()Renato Westphal2016-10-181-10/+0
| * zebra: cleanup redistribution codeRenato Westphal2016-10-181-1/+37
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-24/+125
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-3/+0
| * *: Consistently support 32-bit route tagsChristian Franke2016-10-081-6/+6
| * bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+6
| * zebra: support FIB override routesTimo Teräs2016-09-301-3/+2
| * Make route flags a 32bit fieldChristian Franke2016-09-231-6/+6
| * fpm/protobuf: fix compile errors & warningsDavid Lamparter2016-09-231-0/+1
| * zebra: Enable fpm module to connect to remote fpm serverUdaya Shankara KS2016-09-231-0/+21
| * Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-6/+6
| * Revert "zebra: support FIB override routes"Donald Sharp2016-09-231-2/+3
| * zebra: support FIB override routesTimo Teräs2016-09-231-3/+2
| * Make route flags a 32bit fieldChristian Franke2016-09-231-6/+6
| * zebra: check at startup if the kernel supports MPLSRenato Westphal2016-09-231-0/+3
| * zserv: always send all information about each routeRenato Westphal2016-09-231-14/+15
| * mpls: add support for LDP LSPsRenato Westphal2016-09-231-0/+71
| * ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-2/+4
* | zebra: Fix typo in zebra command descQuentin Young2016-10-061-1/+1
* | zebra: refactor zserv.cQuentin Young2016-09-241-2/+2
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-1/+1
* | Revert "zebra: Fixup to use the new parser"Daniel Walton2016-09-221-1/+1
* | zebra: Fixup to use the new parserDonald Sharp2016-09-211-1/+1
|/
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+1
* zebra: Fix afi mistakeDonald Sharp2016-09-171-1/+1
* lib, zebra: Remove ZEBRA_IPV[4|6]_IMPORT_NEXTHOPDonald Sharp2016-09-151-61/+0
* lib, zebra: Remove unused zserv/zclient callsDonald Sharp2016-09-151-96/+0
* zebra: Pass in vrf to rib_match_ipv4_multicastDonald Sharp2016-09-141-1/+1
* zebra: Refactor nexthop sendingDonald Sharp2016-09-141-67/+33
* zebra: Remove unnecessary logDonald Sharp2016-09-051-1/+0
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+39
* lib, zebra: unify link layer type and hardware address handlingTimo Teräs2016-09-031-4/+1
* bgpd, lib, ospfd, pimd, zebra: Use nexthop_types_tDonald Sharp2016-09-021-28/+28
* zebra: refactor zsend_ipv[4|6]_nexthop_lookupDonald Sharp2016-09-011-73/+21
* zebra: refactor rib_add_ipv[4|6]_multipathDonald Sharp2016-09-011-13/+9
* zebra: Refactor rib_delete_ipv[4|6]Donald Sharp2016-09-011-13/+16
* zebra: Refactor rib_match_ipv[4|6]Donald Sharp2016-09-011-2/+4
* zebra: implement per-route mtu handlingTimo Teräs2016-08-211-0/+17
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* *: get rid of "MTYPE 0"David Lamparter2016-07-281-2/+2
* zebra: use quagga_monotime() for zserv and rnhChristian Franke2016-07-281-7/+7
* Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-07-131-1/+1
|\
| * bfd: Fix for missing BFD client regs/deregs from quagga clientsradhika2016-06-211-1/+1
* | zebra: Suppress 'ip forwarding' in configuration outputQuentin Young2016-06-211-4/+4