diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-08-13 09:47:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-13 09:47:52 -0400 |
| commit | efe57f87dee9ad306316fc57b994f565495982f6 (patch) | |
| tree | 48cc4c18c14aba8d02308ebbe8dcc0c8d11b3f22 /lib/log.c | |
| parent | e11baa4c72974c851a522a6f301efdd14ba2045c (diff) | |
| parent | aa530b627de8d1d8c11e4455f3e97a8c2e045281 (diff) | |
Merge pull request #6869 from xThaid/zebra_arp
lib, zebra: add support for sending ARP requests
Diffstat (limited to 'lib/log.c')
| -rw-r--r-- | lib/log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -451,7 +451,8 @@ static const struct zebra_desc_table command_types[] = { DESC_ENTRY(ZEBRA_CLIENT_CAPABILITIES), DESC_ENTRY(ZEBRA_OPAQUE_MESSAGE), DESC_ENTRY(ZEBRA_OPAQUE_REGISTER), - DESC_ENTRY(ZEBRA_OPAQUE_UNREGISTER)}; + DESC_ENTRY(ZEBRA_OPAQUE_UNREGISTER), + DESC_ENTRY(ZEBRA_NEIGH_DISCOVER)}; #undef DESC_ENTRY static const struct zebra_desc_table unknown = {0, "unknown", '?'}; |
