Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 49bae460a3ad3f1ea30b42addbe1691daab10752 Author: Antonio Quartulli a@unstable.cc Date: Tue Mar 20 14:19:50 2012 +0000
doc: batman-adv/DistributedArpTable
49bae460a3ad3f1ea30b42addbe1691daab10752 batman-adv/DistributedArpTable.textile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/batman-adv/DistributedArpTable.textile b/batman-adv/DistributedArpTable.textile index d3e102e6..73d969c9 100644 --- a/batman-adv/DistributedArpTable.textile +++ b/batman-adv/DistributedArpTable.textile @@ -52,7 +52,10 @@ Whenever a node wants to retrieve some data (e.g. due to an ARP request by its o
h2. Technical details
+The snooping mechanism is actually made up by 4 different events, which trigger different actions. +These are the 4 possible events: + +# _Outgoing ARP Request_: The packet is intercepted, then the node checks if the requested IP is in the local cache # _Incoming ARP Request_: -# _Outgoing ARP Request_: # _Incoming ARP Reply_: # _Outgoing ARP Reply_: \ No newline at end of file