forked from Mirror/frr
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:
parent
9f88ed98a4
commit
e9c7b5dee2
|
@ -108,8 +108,8 @@ struct route_entry {
|
|||
uint32_t nexthop_mtu;
|
||||
|
||||
/* Flags of this route.
|
||||
* This flag's definition is in lib/zebra.h ZEBRA_FLAG_* and is exposed
|
||||
* to clients via Zserv
|
||||
* This flag's definition is in lib/zclient.h ZEBRA_FLAG_* and is
|
||||
* exposed to clients via Zserv
|
||||
*/
|
||||
uint32_t flags;
|
||||
|
||||
|
|
Loading…
Reference in a new issue