]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - sysdep/bsd/krt-sys.h
KRT: Add support for plenty of kernel route metrics
[thirdparty/bird.git] / sysdep / bsd / krt-sys.h
index 9c0d4972a7020c9977897691afba817aad31feb3..2c6e35c537a1453c7c6b0ebe85a2c44ba3d1b2e3 100644 (file)
@@ -44,5 +44,7 @@ struct krt_state {
 
 static inline void krt_sys_init(struct krt_proto *p UNUSED) { }
 
+static inline int krt_sys_get_attr(eattr *a UNUSED, byte *buf UNUSED, int buflen UNUSED) { }
+
 
 #endif