Add hop count field to seqno request TLV
This commit is contained in:
parent
58e54934db
commit
3dbdeacfdb
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ typedef struct __attribute__((packed)) gp_babel_tlv_announce_req {
|
||||||
|
|
||||||
typedef struct __attribute__((packed)) gp_babel_tlv_seqno_req {
|
typedef struct __attribute__((packed)) gp_babel_tlv_seqno_req {
|
||||||
uint16_t seqno;
|
uint16_t seqno;
|
||||||
|
uint8_t hop_count;
|
||||||
|
uint8_t reserved;
|
||||||
gp_babel_node_id_t node;
|
gp_babel_node_id_t node;
|
||||||
uint16_t type;
|
uint16_t type;
|
||||||
uint16_t key;
|
uint16_t key;
|
||||||
|
|
Reference in a new issue