summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2022-12-22 16:51:34 +0100
committerDmytro Shytyi <dmytro.shytyi@6wind.com>2024-06-07 12:33:48 +0200
commite9c7b5dee2ec25846b86b6ec59f4df183ba69888 (patch)
tree63849bcee5a4b5cb2a621f5ecbc9bf4cf8e6242e /zebra
parentzebra: relax mpls entries installation with labeled unicast entries (diff)
downloadfrr-e9c7b5dee2ec25846b86b6ec59f4df183ba69888.tar.xz
frr-e9c7b5dee2ec25846b86b6ec59f4df183ba69888.zip
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>
Diffstat (limited to 'zebra')
-rw-r--r--zebra/rib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index a721f4bac..0ecb9468f 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;