]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Static: Fix build with limited set of protocols
authorMichal Zagorski <mzagorsk@akamai.com>
Mon, 11 Mar 2024 11:57:13 +0000 (12:57 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 11 Mar 2024 11:57:13 +0000 (12:57 +0100)
proto/static/config.Y

index e746b63cd3e9d3186fcabcc4e0fd594e7e10d93f..7b282898a1222f1db31403e13686df0c24c1b224 100644 (file)
@@ -45,7 +45,7 @@ static_route_finish(void)
 
 CF_DECLS
 
-CF_KEYWORDS(STATIC, ROUTE, VIA, DROP, REJECT, PROHIBIT, PREFERENCE, CHECK, LINK)
+CF_KEYWORDS(STATIC, ROUTE, VIA, DROP, REJECT, PROHIBIT, PREFERENCE, CHECK, LINK, DEV)
 CF_KEYWORDS(ONLINK, WEIGHT, RECURSIVE, IGP, TABLE, BLACKHOLE, UNREACHABLE, BFD, MPLS)