From e9c7b5dee2ec25846b86b6ec59f4df183ba69888 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 22 Dec 2022 16:51:34 +0100 Subject: [PATCH] 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 Signed-off-by: Dmytro Shytyi --- zebra/rib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/rib.h b/zebra/rib.h index a721f4bac4..0ecb9468f6 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -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;