From 52da92bf5b9e7bfa57b118d89b0077235d1f3578 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 27 Feb 2014 06:35:58 -0800 Subject: [PATCH] add DSR to the list of routing protocols --- src/internet/doc/routing-overview.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internet/doc/routing-overview.rst b/src/internet/doc/routing-overview.rst index be4a13437..4f07ba768 100644 --- a/src/internet/doc/routing-overview.rst +++ b/src/internet/doc/routing-overview.rst @@ -224,6 +224,7 @@ IPv6: * IPv4 Ad Hoc On Demand Distance Vector (AODV) (a MANET protocol defined in :rfc:`3561`) * IPv4 Destination Sequenced Distance Vector (DSDV) (a MANET protocol) +* IPv4 Dynamic Source Routing (DSR) (a MANET protocol) * class Ipv4ListRouting (used to store a prioritized list of routing protocols) * class Ipv4GlobalRouting (used to store routes computed by the global route manager, if that is used)