0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-23 17:31:55 +00:00

Return GA_UNKNOWN in krt_sys_get_attr() at BSD*

Thanks to Ondrej 'Santiago' Zajicek
This commit is contained in:
Pavel Tvrdík 2015-11-02 12:34:49 +01:00
parent 4059d84bd4
commit 10e1e8144d

View File

@ -44,7 +44,7 @@ struct krt_state {
static inline void krt_sys_init(struct krt_proto *p UNUSED) { } 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) { return 0; } static inline int krt_sys_get_attr(eattr *a UNUSED, byte *buf UNUSED, int buflen UNUSED) { return GA_UNKNOWN; }
#endif #endif