summaryrefslogtreecommitdiff
path: root/sysdep/unix/krt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r--sysdep/unix/krt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h
index 6ace2a86..18ef09d4 100644
--- a/sysdep/unix/krt.h
+++ b/sysdep/unix/krt.h
@@ -103,12 +103,15 @@ struct kif_config {
btime scan_time; /* How often we re-scan interfaces */
};
+#define KIF_IGNORE 1
+
struct kif_iface_config {
struct iface_patt i;
ip_addr pref_v4;
ip_addr pref_v6;
ip_addr pref_ll;
+ unsigned flags;
};
struct kif_proto {