summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* | zebra: Fix comparison warningDonald Sharp2016-06-081-1/+1
* | zebra: Fix last sent command to protocolDonald Sharp2016-06-031-1/+1
* | zebra: fix addr sent in ZEBRA_IPV6_NEXTHOP_LOOKUPHiroshi Yokoi2016-05-261-1/+1
* | zebra: silence zebra_serv_un unused warningDavid Lamparter2016-05-261-1/+2
* | zebra: make MRIB lookup behaviour switchableDavid Lamparter2016-05-261-16/+4
* | zebra: return route_node from rib_match_ipv4_safiDavid Lamparter2016-05-261-3/+3
* | zebra: add ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIBEverton Marques2016-05-261-0/+95
* | zebra: add rib_match_ipv4_safi()Everton Marques2016-05-261-1/+1
|/
* zebra: Accept and process RAs with lifetime of zerovivek2016-05-131-11/+5
* Revert "Zebra: Update/fix router_lifetime in IPv6 RAs"vivek2016-05-131-5/+11
* zebra - BFD client de-registration supportradhika2016-05-091-0/+3
* Zebra: Update/fix router_lifetime in IPv6 RAsvivek2016-05-031-11/+5
* BGP: Trigger IPv6 router advertisements upon config of unnumbered neighborvivek2016-05-021-0/+7
* zebra: Change interface handling so non-vrf aware protocols correctly handle ...Don Slice2016-04-221-32/+16
* zebra: Fix zebra_rnh_register crashDonald Sharp2016-04-201-117/+76
* zebra: Refactor zebra_vrfDonald Sharp2016-04-151-0/+2
* zebra: Refactor struct zebra_tDonald Sharp2016-04-151-2/+0
* Zebra: Fix VRF-id and table for BGP unnumbered (RFC 5549)vivek2016-04-061-0/+5
* zebra: Replace vrf with zebra_vrf in a few placesDonald Sharp2016-03-231-8/+8
* Support for multi-client and client reg msgradhika2016-03-091-0/+3
* Zebra and bgpd: VRF support for BFDradhika2016-03-081-2/+2
* Zebra: Cleanup registered nexthops upon client exitvivek2016-03-021-4/+21
* Quagga: Implement VRF change semantics for an interfacevivek2016-02-251-18/+58
* lib, zebra: The Bulk of the conversion over to NS and VRFDonald Sharp2016-02-011-13/+105
* ZEBRA: Remove NEXTHOP_TYPE_XXX_IFNAMEDonald Sharp2015-12-041-17/+0
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-271-12/+24
|\
| * Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-11-271-0/+12
| |\
| | * Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-0/+12
| * | Quagga: Nexthop refactoringDonald Sharp2015-11-271-12/+12
| |/