Skip to content

Commit

Permalink
Multi-hop: Address remainder of Dave W. comments
Browse files Browse the repository at this point in the history
    - Clean up Hop Behavior processing.
      Send only one message when link characteristic change results in
      	   a change/unreachable requested destination
      Destination impact due to Hop Control Data Item in a Session
           Update Message always provided via a Destination Down or
	   Destination Update Message.
  • Loading branch information
louberger committed Jan 29, 2018
1 parent be5cf79 commit 100217f
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions multi-hop/draft-ietf-manet-dlep-multi-hop-extension.xml
Expand Up @@ -110,7 +110,8 @@
words, each hop represents a transmission and the number of hops is
equal to the number of transmissions required to go from a router
connected modem to the destination's connected modem. The minimum
number of hops is 1, which represents the transmission by the router's
number of hops is 1, which represents transmission to destinations
that are directly reachable via the router's
locally connected
modem.
</t>
Expand Down Expand Up @@ -176,7 +177,7 @@
A value of zero (0) is used to indicated that processing of a Hop
Control action, see <xref target="sec-di-hcontrol"/>, has resulted
in a destination no longer being reachable. A zero value MUST NOT
be used in any message other then a Destination Announce Response
be used in any message other then a Link Characteristics Response
Message.
</t>
</list>
Expand All @@ -189,7 +190,8 @@
connectivity to a particular destination, or in multi-hop processing
on a device wide basis. A router can request multi-hop reachable
destination be changed to a single hop. A router can also indicate
that the modem terminate connectivity to a particular destination.
that the modem terminates a previous direct connectivity request to a
particular destination.
</t>
<t>
The Hop Control Data Item MAY be carried in a Session Update Message
Expand Down Expand Up @@ -218,20 +220,19 @@
notify the router of each destination that is no longer reachable via
a Destination Down Message. The modem MUST notify the router of any
changes in Hop Counts via Destination Update Messages. Note that
normal DLEP processing is not otherwise modified by this document, this
includes the generation of Destination Down messages.
neither Destination Down or Update Message SHOULD NOT be sent for the
destination MAC address contained in the Link Characteristics
Response Message.
</t>
<t>
A modem that receives the Hop Control Data Item in
a Session Update Message
SHOULD attempt to make the change indicated by the data item
for the associated destination MAC address, when carried in a Link
Characteristics Request Message, or all destinations, when carried in
a Session Update Message. Once the change is made,
or fails or is rejected, the modem MUST respond with a Link Characteristics
Request Message containing an updated Hop Count Data Item. Note that
other destinations can be impacted as a result of the change and such
changes are reported in
for all known destinations. Once the change is made, or fails or is
rejected, the modem MUST respond with a Session Update Response
Message with an appropriate Status Code. Destination specific
impact resulting from the processing of a Hop Control Data Item in a
Session Update Message is provided via
Destination Down and Destination Update Messages. The modem MUST
notify the router of each destination that is no longer reachable via
a Destination Down Message. The modem MUST notify the router of any
Expand Down

0 comments on commit 100217f

Please sign in to comment.