diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-19 15:39:46 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-19 15:39:46 +0100 |
commit | 66d6ac70856bdb29840983454373bb10a532e4f7 (patch) | |
tree | 0a75ad8603b3858885d2063ca38fbd3316845c22 | |
parent | 06209c1917338a6d5f3844a31a1b9e29c1c85573 (diff) |
Babel: Fix build with limited set of protocols
-rw-r--r-- | proto/babel/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/babel/config.Y b/proto/babel/config.Y index b8af0267..d412a54b 100644 --- a/proto/babel/config.Y +++ b/proto/babel/config.Y @@ -26,7 +26,7 @@ CF_KEYWORDS(BABEL, INTERFACE, METRIC, RXCOST, HELLO, UPDATE, INTERVAL, PORT, TYPE, WIRED, WIRELESS, RX, TX, BUFFER, PRIORITY, LENGTH, CHECK, LINK, NEXT, HOP, IPV4, IPV6, BABEL_METRIC, SHOW, INTERFACES, NEIGHBORS, ENTRIES, RANDOMIZE, ROUTER, ID, AUTHENTICATION, NONE, MAC, PERMISSIVE, - EXTENDED, TUNNEL, RTT, MIN, MAX, DECAY, SEND, TIMESTAMPS) + EXTENDED, TUNNEL, RTT, MIN, MAX, DECAY, SEND, TIMESTAMPS, COST, DELAY) CF_GRAMMAR |