summaryrefslogtreecommitdiffstats
path: root/doc/basic.texi (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-24eigrpd: Use FSM for interface pe already known.Donald Sharp1-16/+33
2017-08-24eigrpd: No need to create TLV typeDonald Sharp4-57/+29
2017-08-24eigrpd: Remove union from FSM msgDonald Sharp7-44/+36
2017-08-24eigrpd: Improve external route distance comparisonDonald Sharp1-3/+7
2017-08-24eigrpd: make fsm msg data_type an enumDonald Sharp7-30/+48
2017-08-24eigrpd: Refactor FSM callingDonald Sharp8-20/+12
2017-08-24eigrpd: Fix memory leak in FSMDonald Sharp6-102/+80
2017-08-24eigrpd: Cleanup list accessorsDonald Sharp1-54/+38
2017-08-24eigrpd: Remove unnecessary checkDonald Sharp1-3/+1
2017-08-24eigrpd: Start split-horizonDonald Sharp3-2/+16
2017-08-24lib: mark the old zebra API for route advertisement as deprecatedRenato Westphal1-3/+4
2017-08-24ospf6d: fix regression detected by topotestRenato Westphal1-6/+8
2017-08-24*: use zapi_route to send/receive redistributed routes as wellRenato Westphal20-1252/+372
2017-08-24bgpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2-322/+120
2017-08-24nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal1-61/+34
2017-08-24isisd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal1-90/+39
2017-08-24bgpd: use the new API to send routes to zebraRenato Westphal2-190/+114
2017-08-23ospf6d: use the new API to send routes to zebraRenato Westphal3-74/+31
2017-08-23ospfd: use the new API to send routes to zebraRenato Westphal1-157/+62
2017-08-23nhrpd: use the new API to send routes to zebraRenato Westphal1-24/+28
2017-08-23isisd: use the new API to send routes to zebraRenato Westphal1-167/+51
2017-08-23eigrpd: use the new API to send routes to zebraRenato Westphal1-53/+31
2017-08-23ripd/ripngd: use the new API to send routes to zebraRenato Westphal2-55/+32
2017-08-23zapi: add support for routes with multiple labelsRenato Westphal5-13/+44
2017-08-23babeld: unify kernel_route_v4() and kernel_route_v6()Renato Westphal1-97/+54
2017-08-23lib/zserv: introduce address-family independent ZAPI message typesRenato Westphal5-17/+262
2017-08-23lib: updates to zapi_routeRenato Westphal3-66/+68
2017-08-23zserv: identify label type based on the client protocolRenato Westphal1-9/+20
2017-08-23zserv: simplify handling of route delete requestsRenato Westphal1-122/+3
2017-08-23babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal4-6/+8
2017-08-23zebra: add support for NEXTHOP_TYPE_IPV6_IFINDEX in zservRenato Westphal1-0/+7
2017-08-23babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal2-1/+23
2017-08-23*: remove leftovers from "router zebra"Renato Westphal9-336/+1
2017-08-23vnc/eigrpd/isisd: check for the correct message typesRenato Westphal3-6/+6
2017-08-23lib: remove redundant zebra messagesRenato Westphal4-20/+4
2017-08-23*: reduce excessive indentation in a few placesRenato Westphal6-592/+587
2017-08-23bgpd: fix file descriptor leakRenato Westphal1-0/+2
2017-08-22zebra: increase maximum label stack depthRenato Westphal5-31/+63
2017-08-22ospf6d: add `no` forms for interface commandsQuentin Young1-21/+87
2017-08-22ospfd, ospf6d: cleanup some `no` commandsQuentin Young2-10/+14
2017-08-22isisd: return proper error codes in some commandsRenato Westphal2-54/+54
2017-08-22zebra: redistribute srcdest routes to the client daemonsRenato Westphal1-1/+1
2017-08-22zebra: fix display of static routes pointing to nonexistent interfacesRenato Westphal1-4/+2
2017-08-22lib: fix const-check in route_nodeDavid Lamparter1-2/+2
2017-08-21lib: terminate capabilities only if initializedDavid Lamparter1-1/+3
2017-08-21bgpd: don't zprivs_terminate() twiceDavid Lamparter1-4/+1
2017-08-21build: fix --disable-snmpDavid Lamparter1-1/+1
2017-08-21lib: move hashstats under debug, show per-daemonDavid Lamparter2-6/+20
2017-08-21zebra: put pseudowire show cmd under mplsDavid Lamparter1-1/+2
2017-08-21*: Add 'show debugging' command from vtyshDonald Sharp14-79/+127