diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-18 23:15:07 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-18 23:15:07 +0100 |
commit | a63e78c31a518f4441b2f87e1947c12e1e49aba1 (patch) | |
tree | 909071e9c5310d562801b9b48bfbb7ae7198ab83 | |
parent | e87a95d97d18eb12d005312f27b082f0821d3923 (diff) |
Fix build without limited protocol set
-rw-r--r-- | sysdep/unix/krt.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/krt.Y b/sysdep/unix/krt.Y index 6d90db64..1cb28389 100644 --- a/sysdep/unix/krt.Y +++ b/sysdep/unix/krt.Y @@ -40,6 +40,7 @@ kif_set_preferred(ip_addr ip) CF_DECLS CF_KEYWORDS(KERNEL, PERSIST, SCAN, TIME, LEARN, DEVICE, ROUTES, GRACEFUL, RESTART, KRT_SOURCE, KRT_METRIC, MERGE, PATHS) +CF_KEYWORDS(INTERFACE, PREFERRED) %type <i> kern_mp_limit |