From fad2a8b33e63036931c7657c061b19b5bf9f0dc7 Mon Sep 17 00:00:00 2001 From: scipio Date: Fri, 9 Feb 2007 21:01:06 +0000 Subject: [PATCH] LEEP --- doc/html/tep124.html | 493 +++++++++++++++++++++++++++++++++++++++++++ doc/txt/tep124.txt | 26 ++- 2 files changed, 508 insertions(+), 11 deletions(-) create mode 100644 doc/html/tep124.html diff --git a/doc/html/tep124.html b/doc/html/tep124.html new file mode 100644 index 00000000..b676de42 --- /dev/null +++ b/doc/html/tep124.html @@ -0,0 +1,493 @@ + + + + + + +The Link Estimation Exchange Protocol (LEEP) + + + + + + + diff --git a/doc/txt/tep124.txt b/doc/txt/tep124.txt index 0e8c2413..ab5c8c59 100644 --- a/doc/txt/tep124.txt +++ b/doc/txt/tep124.txt @@ -1,6 +1,6 @@ -============================ +============================================================================ The Link Estimation Exchange Protocol (LEEP) -============================ +============================================================================ :TEP: 124 :Group: Network Protocol Working Group @@ -107,7 +107,7 @@ node identified by the data link source address. -------------------------------------------------------------------- A LEEP frame has a header, the payload, and a footer with the Link -Information (LI) entries as shown in this diagram: +Information (LI) entries as shown in this diagram:: ------------------------------------------------------------- | LEEP | Payload | LI Entry | LI Entry | ... | LI Entry | @@ -121,8 +121,10 @@ allowed by the data link layer. A LEEP frame can have 0 Link Information entry. 3.3.1 LEEP header +-------------------------------------------------------------------- + +The following diagram shows the LEEP header format:: -The following diagram shows the LEEP header format: 1 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -132,14 +134,16 @@ The following diagram shows the LEEP header format: Field definitions: -nentry - Number of Link Information entries in the footer -seqno - LEEP sequence number. -rsrvd - Reserved and must be set to 0. + * nentry - Number of Link Information entries in the footer + * seqno - LEEP sequence number. + * rsrvd - Reserved and must be set to 0. 3.3.2 Link Information Entry +-------------------------------------------------------------------- + +The following diagram shows the Link Information Entry format:: -The following diagram shows the Link Information Entry format: 1 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -150,9 +154,9 @@ The following diagram shows the Link Information Entry format: Field definitions: -node id: the link layer address of the neighbor -link quality: The in-bound link quality from the node identified by node id - to the node that transmits this Link Information entry + * node id: the link layer address of the neighbor + * link quality: The in-bound link quality from the node identified by node id + to the node that transmits this Link Information entry 4. Implementation -- 2.39.2