]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix usage to enum in notify functions 9447/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 19 Aug 2021 15:31:05 +0000 (11:31 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 19 Aug 2021 15:31:05 +0000 (11:31 -0400)
commit33c08518737977322c1185e97c94a75ac198726d
tree8d3357d18f8cc81e2954854c62816af6a78b5b38
parent2cb694ba131b5e543ce16d77f452c6296c978c13
zebra: Fix usage to enum in notify functions

For some reason commit #ef524230a6baa decided
to remove enums and switch to uint16_t.  Which
is not the right thing to do.  Put it back

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zapi_msg.c
zebra/zapi_msg.h