summaryrefslogtreecommitdiffstats
path: root/lib/zclient.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bgpd: program nh/rmac entriesmitesh2017-12-141-0/+2
* zebra, lib: zebra changes for symmetric routing supportMitesh Kanjariya2017-12-141-0/+4
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-0/+20
* lib, zebra: Add ability to notify to Routing Protocols Success/FailureDonald Sharp2017-11-271-0/+11
* lib: Pass the safi as a uint8_tDonald Sharp2017-11-131-0/+11
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+4
* *: fix styleQuentin Young2017-08-301-1/+1
* *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-1/+14
* lib: Fix nexthop numDonald Sharp2017-08-241-1/+1
* lib: mark the old zebra API for route advertisement as deprecatedRenato Westphal2017-08-241-3/+4
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-20/+13
* zapi: add support for routes with multiple labelsRenato Westphal2017-08-231-1/+4
* lib/zserv: introduce address-family independent ZAPI message typesRenato Westphal2017-08-231-2/+5
* lib: updates to zapi_routeRenato Westphal2017-08-231-3/+13
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-4/+0
* lib: remove redundant zebra messagesRenato Westphal2017-08-231-4/+0
* Merge branch 'frr/pull/822' ("EVPN fixes")David Lamparter2017-08-091-0/+5
|\
| * bgpd/zebra/lib: EVPN support for asymmetric VxLan routingMitesh Kanjariya2017-08-081-0/+5
* | Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-091-0/+37
|\ \
| * | zebra: add pseudowire managerßingen2017-08-091-0/+37
| |/
* / *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-081-2/+8
|/
* lib, pimd, zebra: Allow pim to set pimregX into appropriate vrfDonald Sharp2017-07-241-0/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-248/+258
* lib: Define handlers for VNI and MACIPvivek2017-07-121-0/+4
* zebra: MAC and Neighbor (ARP/ND) handlingvivek2017-07-121-0/+4
* zebra: VNI and VTEP handlingvivek2017-07-121-0/+5
* lib: Add zapi_route function.Donald Sharp2017-06-051-0/+28
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-6/+5
* zebra: labeled unicast handlingDon Slice2017-04-061-0/+7
* zebra: fec registerDon Slice2017-04-061-0/+4
* Implement generic label managerßingen2017-03-201-0/+7
* Merge branch 'master' into feature/zebra-srcdestChristian Franke2017-01-311-0/+56
|\
| * lib: Moved zapi message types to zclient.hDonald Sharp2017-01-301-0/+56
* | lib: send ZAPI IPv6 source prefixDavid Lamparter2017-01-301-1/+2
* | zebra: receive ZAPI IPv6 source prefixDavid Lamparter2017-01-301-0/+1
|/
* frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-2/+0
* lib: Update ZAPI to version 4 and HEADER_MARKER to 254Donald Sharp2017-01-041-1/+1
* lib/zebra: remove code duplication in redist_del_instance()Renato Westphal2016-10-181-1/+1
* *: Consistently support 32-bit route tagsChristian Franke2016-10-081-2/+2
* Make route flags a 32bit fieldChristian Franke2016-09-231-2/+2
* Revert "Make route flags a 32bit field"Donald Sharp2016-09-231-2/+2
* Make route flags a 32bit fieldChristian Franke2016-09-231-2/+2
* *: remove dead codeRenato Westphal2016-09-231-4/+0
* Update Traffic Engineering Support for OSPFDOlivier Dugeon2016-09-031-0/+4
* zebra: implement per-route mtu handlingTimo Teräs2016-08-211-0/+5
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-2/+2
* lib: use const consistently for zserv pathDavid Lamparter2016-06-081-1/+1
* zclient: Revert lib export of zclient_socket()/zclient_socket_un().Everton Marques2016-05-301-1/+0
* zebra: Export zclient_socket_un().Everton Marques2016-05-301-0/+1
* lib: Fix vrf_id_t data typeDonald Sharp2016-05-271-1/+1