summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eigrpd: Convert pe->destination_ipv4 to pe->destinationDonald Sharp2017-08-247-107/+78
* eigrpd: Use FSM for interface pe already known.Donald Sharp2017-08-241-16/+33
* eigrpd: No need to create TLV typeDonald Sharp2017-08-244-57/+29
* eigrpd: Remove union from FSM msgDonald Sharp2017-08-247-44/+36
* eigrpd: Improve external route distance comparisonDonald Sharp2017-08-241-3/+7
* eigrpd: make fsm msg data_type an enumDonald Sharp2017-08-247-30/+48
* eigrpd: Refactor FSM callingDonald Sharp2017-08-248-20/+12
* eigrpd: Fix memory leak in FSMDonald Sharp2017-08-246-102/+80
* eigrpd: Cleanup list accessorsDonald Sharp2017-08-241-54/+38
* eigrpd: Remove unnecessary checkDonald Sharp2017-08-241-3/+1
* eigrpd: Start split-horizonDonald Sharp2017-08-243-2/+16
* Merge pull request #1022 from opensourcerouting/zapi_consolidationDonald Sharp2017-08-2425-3171/+1445
|\
| * lib: mark the old zebra API for route advertisement as deprecatedRenato Westphal2017-08-241-3/+4
| * ospf6d: fix regression detected by topotestRenato Westphal2017-08-241-6/+8
| * *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-2420-1252/+372
| * bgpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-242-322/+120
| * nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-61/+34
| * isisd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-90/+39
| * bgpd: use the new API to send routes to zebraRenato Westphal2017-08-242-190/+114
| * ospf6d: use the new API to send routes to zebraRenato Westphal2017-08-233-74/+31
| * ospfd: use the new API to send routes to zebraRenato Westphal2017-08-231-157/+62
| * nhrpd: use the new API to send routes to zebraRenato Westphal2017-08-231-24/+28
| * isisd: use the new API to send routes to zebraRenato Westphal2017-08-231-167/+51
| * eigrpd: use the new API to send routes to zebraRenato Westphal2017-08-231-53/+31
| * ripd/ripngd: use the new API to send routes to zebraRenato Westphal2017-08-232-55/+32
| * zapi: add support for routes with multiple labelsRenato Westphal2017-08-235-13/+44
| * babeld: unify kernel_route_v4() and kernel_route_v6()Renato Westphal2017-08-231-97/+54
| * lib/zserv: introduce address-family independent ZAPI message typesRenato Westphal2017-08-235-17/+262
| * lib: updates to zapi_routeRenato Westphal2017-08-233-66/+68
| * zserv: identify label type based on the client protocolRenato Westphal2017-08-231-9/+20
| * zserv: simplify handling of route delete requestsRenato Westphal2017-08-231-122/+3
| * babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-234-6/+8
| * zebra: add support for NEXTHOP_TYPE_IPV6_IFINDEX in zservRenato Westphal2017-08-231-0/+7
| * babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal2017-08-232-1/+23
| * *: remove leftovers from "router zebra"Renato Westphal2017-08-239-336/+1
| * vnc/eigrpd/isisd: check for the correct message typesRenato Westphal2017-08-233-6/+6
| * lib: remove redundant zebra messagesRenato Westphal2017-08-234-20/+4
| * *: reduce excessive indentation in a few placesRenato Westphal2017-08-236-592/+587
* | Merge pull request #1026 from qlyoung/no-ospf6David Lamparter2017-08-241-21/+87
|\ \ | |/ |/|
| * ospf6d: add `no` forms for interface commandsQuentin Young2017-08-221-21/+87
* | Merge pull request #1030 from opensourcerouting/bgpd-fd-leakQuentin Young2017-08-231-0/+2
|\ \
| * | bgpd: fix file descriptor leakRenato Westphal2017-08-231-0/+2
|/ /
* | Merge pull request #1028 from opensourcerouting/mpls_label_stackDonald Sharp2017-08-235-31/+63
|\ \
| * | zebra: increase maximum label stack depthRenato Westphal2017-08-225-31/+63
|/ /
* | Merge pull request #1025 from qlyoung/no-ospfDavid Lamparter2017-08-222-10/+14
|\|
| * ospfd, ospf6d: cleanup some `no` commandsQuentin Young2017-08-222-10/+14
* | Merge pull request #1023 from opensourcerouting/route-node-constDonald Sharp2017-08-221-2/+2
|\ \
| * | lib: fix const-check in route_nodeDavid Lamparter2017-08-221-2/+2
* | | Merge pull request #1024 from opensourcerouting/minor_fixesQuentin Young2017-08-224-59/+57
|\ \ \ | |/ / |/| |
| * | isisd: return proper error codes in some commandsRenato Westphal2017-08-222-54/+54