summaryrefslogtreecommitdiffstats
path: root/src/tlv.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-01 21:07:59 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-01 21:07:59 +0200
commitf29e37138a190c5cb43747433d687c944b7d2efe (patch)
tree4f959cc0557150591e993bcc344b316d39272752 /src/tlv.h
parent45a3ff5a4f41ca861a57fc9e14d4ac8a4905af95 (diff)
downloadbabel-f29e37138a190c5cb43747433d687c944b7d2efe.tar
babel-f29e37138a190c5cb43747433d687c944b7d2efe.zip
Simplify basic protocol, rename announces to routes, begin implementing route request handling
Diffstat (limited to 'src/tlv.h')
-rw-r--r--src/tlv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tlv.h b/src/tlv.h
index baf10e1..2cfd73d 100644
--- a/src/tlv.h
+++ b/src/tlv.h
@@ -40,7 +40,7 @@ typedef enum gp_babel_tlv_type {
TLV_NODE_ID,
TLV_RESERVED,
TLV_UPDATE,
- TLV_ANNOUNCE_REQ,
+ TLV_ROUTE_REQ,
TLV_SEQNO_REQ,
} gp_babel_tlv_type_t;