summaryrefslogtreecommitdiffstats
path: root/sysdep/bsd/krt-iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/bsd/krt-iface.h')
-rw-r--r--sysdep/bsd/krt-iface.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysdep/bsd/krt-iface.h b/sysdep/bsd/krt-iface.h
new file mode 100644
index 0000000..aa2eb85
--- /dev/null
+++ b/sysdep/bsd/krt-iface.h
@@ -0,0 +1,17 @@
+/*
+ * BIRD -- Unix Kernel Socket Route Syncer -- Dummy Include File
+ *
+ * (c) 2004 Ondrej Filip <feela@network.cz>
+ *
+ * Can be freely distributed and used under the terms of the GNU GPL.
+ */
+
+#ifndef _BIRD_KRT_IFACE_H_
+#define _BIRD_KRT_IFACE_H_
+
+/*
+ * We don't have split iface/scan/set parts. See krt-sock.h.
+ */
+static inline int kif_params_same(struct krt_if_params *old, struct krt_if_params *new) { return 1; }
+
+#endif