Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 2452188142dbc0f8239656a6a503e1851c93bf23 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Mon May 30 02:41:04 2011 +0000
doc: batman-adv/ELP
2452188142dbc0f8239656a6a503e1851c93bf23 batman-adv/ELP.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/batman-adv/ELP.textile b/batman-adv/ELP.textile index fcca46ec..58baa2a2 100644 --- a/batman-adv/ELP.textile +++ b/batman-adv/ELP.textile @@ -80,8 +80,9 @@ h3. Receiving Neighborhood Discovery Messages (NDP) Upon receiving an NDP packet a node must perform the following preliminary checks before the packet is further processed:
* If the NDP contains a version which is different to the own internal version the message must be silently dropped (thus, it must not be further processed). -* If the originator address of the NDP message is our own the message must be silently dropped as this NDP message originated from this node. * If the sender address of the NDP message is an ethernet multicast (including broadcast) address the message must be silently dropped. +* If the destination address of the NDP message is a unicast address the message must be silently dropped. +* If the originator address of the NDP message is our own the message must be silently dropped as this NDP message originated from this node. * If the NDP message does not contain a newer sequence number (duplicate, out-of-order or out-of-range) the message must be silently dropped.
h4. Duplicate