diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-06-02 08:28:15 -0300 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 09:31:15 -0400 | 
| commit | d3e2c74adaa2564775f2c60320213e28e329be50 (patch) | |
| tree | ef609154588b3a799911e990774f47975bf83f7d /zebra/kernel_socket.h | |
| parent | be0dba358f7cd40ae27f012409734786a13d5ce4 (diff) | |
mpls: add support to the OpenBSD kernel
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/kernel_socket.h')
| -rw-r--r-- | zebra/kernel_socket.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/kernel_socket.h b/zebra/kernel_socket.h index e9558ad6dd..18d69343a4 100644 --- a/zebra/kernel_socket.h +++ b/zebra/kernel_socket.h @@ -27,7 +27,8 @@ extern void rtm_read (struct rt_msghdr *);  extern int ifam_read (struct ifa_msghdr *);  extern int ifm_read (struct if_msghdr *);  extern int rtm_write (int, union sockunion *, union sockunion *, -                      union sockunion *, unsigned int, int, int); +                      union sockunion *, union sockunion *, +                      unsigned int, int, int);  extern const struct message rtm_type_str[];  #endif /* __ZEBRA_KERNEL_SOCKET_H */  | 
