Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 6c4ec7749955b46664832ff99571d3149cc646ec Author: Simon Wunderlich sw@simonwunderlich.de Date: Fri Feb 24 00:14:57 2012 +0000
doc: batman-adv/RIP
6c4ec7749955b46664832ff99571d3149cc646ec batman-adv/RIP.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/batman-adv/RIP.textile b/batman-adv/RIP.textile index f863735b..09be771e 100644 --- a/batman-adv/RIP.textile +++ b/batman-adv/RIP.textile @@ -24,7 +24,7 @@ All nodes who receive the death note and had chosen the sender as router will kn
h3. OGM Update Request
-At some point, other nodes will also receive the death note who have a still working path towards A (or at least believe so). In our example, N10 will receive the death note from B, but it does not use B as router for A - the selected router is N9. In the case that it (still) has a route to A, so it will send an OGM Update Request via Unicast to its router N9 with final destination A. OGM Update requests are simply passed from node to node until they reach their final destination A. As soon as A receives this OGM Update Request, it will immediately broadcast a new OGM with a new sequence number. +At some point, other nodes will also receive the death note who have a still working path towards A (or at least believe so). In our example, N10 will receive the death note from B, but it does not use B as router for A - the selected router is N9. In the case that it (still) has a route to A, so it will send an *OGM Update Request* via Unicast to its router N9 with final destination A. OGM Update requests are simply passed from node to node until they reach their final destination A. As soon as A receives this OGM Update Request, it will immediately broadcast a new OGM with a new sequence number.
h3. Back Propagation
@@ -41,6 +41,7 @@ From the algorithm sketch, we can see: h3. Death Note packet format
Death Notes and OGM Update Requests may share a packet type and be distinguished by a flag. They basicly contain: + * the affected Originator Address (either used as subject of the death note or final destination) * TTL * (maybe?) last valid OGM