[bird2]: babel compile bug?

Toke Høiland-Jørgensen toke at toke.dk
Mon Mar 5 11:58:49 CET 2018


Leo Vandewoestijne <bird at unicycle.net> writes:

> Was I trieng something impossible, or is this an error?
> Is RIP a dependency for Babel?

It shouldn't be, but it seems I may have missed a keyword in the Babel
code. Could you try the patch below and see if that fixes it?

-Toke

diff --git a/proto/babel/config.Y b/proto/babel/config.Y
index 25ce5ba0..6d548997 100644
--- a/proto/babel/config.Y
+++ b/proto/babel/config.Y
@@ -23,8 +23,8 @@ CF_DEFINES
 CF_DECLS
 
 CF_KEYWORDS(BABEL, METRIC, RXCOST, HELLO, UPDATE, INTERVAL, PORT, WIRED,
-       WIRELESS, RX, TX, BUFFER, LENGTH, CHECK, LINK, BABEL_METRIC, NEXT, HOP,
-       IPV4, IPV6)
+       WIRELESS, RX, TX, BUFFER, LENGTH, PRIORITY, CHECK, LINK, BABEL_METRIC,
+       NEXT, HOP, IPV4, IPV6)
 
 CF_GRAMMAR
 


More information about the Bird-users mailing list