Skip to content

Commit

Permalink
zebra: the header containing the re->flags is in zclient.h
Browse files Browse the repository at this point in the history
Change the comment in the code that refers to ZEBRA_FLAG_XXX
defines.

Signed-off-by: Philippe Guibert <[email protected]>
Signed-off-by: Dmytro Shytyi <[email protected]>
  • Loading branch information
pguibert6WIND authored and dmytroshytyi-6WIND committed Jun 7, 2024
1 parent 1fe4599 commit 6f52a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra/rib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6f52a1f

Please sign in to comment.