zebra: the header containing the re->flags is in zclient.h

Change the comment in the code that refers to ZEBRA_FLAG_XXX
defines.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: Dmytro Shytyi <dmytro.shytyi@6wind.com>
This commit is contained in:
Philippe Guibert 2022-12-22 16:51:34 +01:00 committed by Dmytro Shytyi
parent 9f88ed98a4
commit e9c7b5dee2

View file

@ -108,8 +108,8 @@ struct route_entry {
uint32_t nexthop_mtu; uint32_t nexthop_mtu;
/* Flags of this route. /* Flags of this route.
* This flag's definition is in lib/zebra.h ZEBRA_FLAG_* and is exposed * This flag's definition is in lib/zclient.h ZEBRA_FLAG_* and is
* to clients via Zserv * exposed to clients via Zserv
*/ */
uint32_t flags; uint32_t flags;