summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index a0ec1f0e4f..d873eb22d1 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -87,7 +87,7 @@ struct rnh {
PREDECL_LIST(re_list);
-struct opaque {
+struct re_opaque {
uint16_t length;
uint8_t data[];
};
@@ -169,7 +169,7 @@ struct route_entry {
/* Distance. */
uint8_t distance;
- struct opaque *opaque;
+ struct re_opaque *opaque;
};
#define RIB_SYSTEM_ROUTE(R) RSYSTEM_ROUTE((R)->type)