diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-21 20:20:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-21 20:20:48 -0500 |
| commit | a60df89e65bb54fc957d7a6ecc6954091512780c (patch) | |
| tree | 38d7044e832368b67e04115ac343e0fa84c25bac /zebra/kernel_socket.c | |
| parent | f6913418f3ac6808cf2ac7d76a41f80edc1a8436 (diff) | |
| parent | f43be00b6aa130e515479a95f89f0d103a9b0614 (diff) | |
Merge pull request #3527 from opensourcerouting/ldpd-bsd-fixes
ldpd: *BSD fixes
Diffstat (limited to 'zebra/kernel_socket.c')
| -rw-r--r-- | zebra/kernel_socket.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/kernel_socket.c b/zebra/kernel_socket.c index 4f89d53e39..3e46a79e96 100644 --- a/zebra/kernel_socket.c +++ b/zebra/kernel_socket.c @@ -139,7 +139,9 @@ const struct message rtm_type_str[] = {{RTM_ADD, "RTM_ADD"}, {RTM_LOSING, "RTM_LOSING"}, {RTM_REDIRECT, "RTM_REDIRECT"}, {RTM_MISS, "RTM_MISS"}, +#ifdef RTM_LOCK {RTM_LOCK, "RTM_LOCK"}, +#endif /* RTM_LOCK */ #ifdef OLDADD {RTM_OLDADD, "RTM_OLDADD"}, #endif /* RTM_OLDADD */ |
