diff options
author | Maria Matejka <mq@ucw.cz> | 2020-02-13 13:22:15 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-10-13 19:09:04 +0200 |
commit | c507fb41bb2e62f336357121598debab95a7c767 (patch) | |
tree | 52a7e56a838f3c851740b44c30af3fd032e95e44 /proto/babel/babel.h | |
parent | 5f0cb61d82315035a3a7f10eef510884da9f94c6 (diff) |
Babel: Convert the rte-local attributes to extended attributes
Diffstat (limited to 'proto/babel/babel.h')
-rw-r--r-- | proto/babel/babel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/babel/babel.h b/proto/babel/babel.h index 84feb085..8b6da3c8 100644 --- a/proto/babel/babel.h +++ b/proto/babel/babel.h @@ -28,6 +28,7 @@ #define EA_BABEL_METRIC EA_CODE(PROTOCOL_BABEL, 0) #define EA_BABEL_ROUTER_ID EA_CODE(PROTOCOL_BABEL, 1) +#define EA_BABEL_SEQNO EA_CODE(PROTOCOL_BABEL, 2) #define BABEL_MAGIC 42 #define BABEL_VERSION 2 |