summaryrefslogtreecommitdiff
path: root/proto/babel/babel.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2016-07-19 14:23:41 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2016-07-19 14:23:41 +0200
commit5d6ca220850c615126ea6820f8c05528269feec6 (patch)
tree918d0996b18dc58a598d0f6afcbdff93b80be9ef /proto/babel/babel.h
parentecae2f43f37df642e5098201a0472802e6a70e78 (diff)
Babel: Send wildcard retractions on shutdown and startup
This makes BIRD send a wildcard retraction on all interfaces before shutting down and right after starting up. This helps ensure that neighbours will discard the announced routes as soon as possible, rather than only after the normal timeout procedures. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Diffstat (limited to 'proto/babel/babel.h')
-rw-r--r--proto/babel/babel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/babel/babel.h b/proto/babel/babel.h
index 7b5037ab..481c88a7 100644
--- a/proto/babel/babel.h
+++ b/proto/babel/babel.h
@@ -268,7 +268,7 @@ struct babel_msg_ihu {
struct babel_msg_update {
u8 type;
- u8 ae;
+ u8 wildcard;
u8 plen;
u16 interval;
u16 seqno;