btcven / radio-firmware

The firmware for the radio module
https://locha.io
Apache License 2.0
7 stars 10 forks source link

Add SeqNoRtr field to RREQ/RREP messages #92

Open jeandudey opened 4 years ago

jeandudey commented 4 years ago

Description:

RREP and RREQ messages defines an Address TLV named SeqNoRtr which we currently don't implement and is needed to implement Local Route Set correctly:

       +---------------------------+------------------------------+
       | Data                      | Address Block                |
       +---------------------------+------------------------------+
       | OrigPrefix/OrigPrefixLen  | <address> + <prefix-length>  |
       | TargPrefix/TargPrefixLen  | <address> + <prefix-length>  |
       | SeqNoRtr/PrefixLen        | <address> + <prefix-length>  |
       +---------------------------+------------------------------+

See also: