summaryrefslogtreecommitdiffstats
path: root/buildtest.sh (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2017-08-21vtysh: Convert 'show logging' to use helper function.Donald Sharp1-14/+2
2017-08-20eigrpd: fix crash when external route is receivedDonnie Savage (dsavage)2-6/+32
2017-08-20isisd: Remove unused versionDonald Sharp1-2/+0
2017-08-20ospf6d: Remove ospf6d version stringDonald Sharp2-21/+0
2017-08-20eigrpd: Fix code commentsDonald Sharp1-2/+0
2017-08-20eigrpd: Setup eigrp to send FRR versionDonald Sharp3-2/+19
2017-08-19eigrpd: Pass in actual used parameter to header creationDonald Sharp8-21/+23
2017-08-19eigrpd: Allow eigrp_update_send to recognize a full packetDonald Sharp1-25/+65
2017-08-19eigrpd: Fix memory leak in eigrp_updateDonald Sharp1-51/+53
2017-08-18eigrpd: When generating packets only put one on send queue at a timeDonald Sharp1-2/+3
2017-08-18eigrpd: Only put 1 packet at a time on send queueDonald Sharp1-24/+19
2017-08-18tools: Always ensure that the daemon exists at startupDonald Sharp1-3/+5
2017-08-18bgpd: Fix bgp clear help stringDonald Sharp1-2/+2
2017-08-18eigrpd: and More Debugging CleanupDonald Sharp3-10/+2
2017-08-18eigrpd: Cleanup some more debugsDonald Sharp2-3/+1
2017-08-18eigrpd: Cleanup FIFODonald Sharp8-56/+27