diff options
author | Michal Zagorski <mzagorsk@akamai.com> | 2024-03-11 12:57:13 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-11 12:57:13 +0100 |
commit | 099898ffdd7dd0133d520c96ff19319e500448b3 (patch) | |
tree | 0652e739fd12605223f795865a3c3feec6cf88ad | |
parent | adfff448789c9e75c525f5162c046fb44f9768cd (diff) |
Static: Fix build with limited set of protocols
-rw-r--r-- | proto/static/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/static/config.Y b/proto/static/config.Y index e746b63c..7b282898 100644 --- a/proto/static/config.Y +++ b/proto/static/config.Y @@ -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) |