summaryrefslogtreecommitdiff
path: root/proto/babel/config.Y
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-03-07 17:35:24 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-03-07 17:35:24 +0100
commit2d6d4b80539be13aa53c6751fb33689b263e4010 (patch)
tree38fa587e13f2e4e9277e4a1150d6589571987ac8 /proto/babel/config.Y
parentd6cf996151307d083c30e4ecde0f1d7449b19253 (diff)
Babel: Fix build with restricted protocol set
All keywords used in Babel config have to be declared locally. Thanks to Leo Vandewoestijne for the bugreport.
Diffstat (limited to 'proto/babel/config.Y')
-rw-r--r--proto/babel/config.Y5
1 files changed, 3 insertions, 2 deletions
diff --git a/proto/babel/config.Y b/proto/babel/config.Y
index b6170852..dcc0847e 100644
--- a/proto/babel/config.Y
+++ b/proto/babel/config.Y
@@ -20,8 +20,9 @@ CF_DEFINES
CF_DECLS
-CF_KEYWORDS(BABEL, METRIC, RXCOST, HELLO, UPDATE, INTERVAL, PORT, WIRED,
-WIRELESS, RX, TX, BUFFER, LENGTH, CHECK, LINK, BABEL_METRIC)
+CF_KEYWORDS(BABEL, INTERFACE, METRIC, RXCOST, HELLO, UPDATE, INTERVAL, PORT,
+ TYPE, WIRED, WIRELESS, RX, TX, BUFFER, PRIORITY, LENGTH, CHECK, LINK,
+ BABEL_METRIC, SHOW, INTERFACES, NEIGHBORS, ENTRIES)
CF_GRAMMAR