]> git.puffer.fish Git - mirror/frr.git/commit
lib: Move zclient flags to zclient.h
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 19:24:19 +0000 (15:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 2 Jun 2019 20:07:48 +0000 (16:07 -0400)
commitda01a37a1bdf54cc30e3bf64bc99f090a0241d02
tree8172b6103f67e605f45f3a60bec7169172a53baa
parent770835713182ee2a7797e2147bb7f12813280b5a
lib: Move zclient flags to zclient.h

zebra.h had some defined flags that were being used
as part of the route encode/decode functionality.  These
belong in the zclient.h code.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zclient.h
lib/zebra.h