summaryrefslogtreecommitdiff
path: root/lib/srv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srv6.h')
-rw-r--r--lib/srv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/srv6.h b/lib/srv6.h
index a3575583ae..c5fd40fa53 100644
--- a/lib/srv6.h
+++ b/lib/srv6.h
@@ -93,6 +93,7 @@ struct srv6_locator {
struct list *chunks;
uint8_t flags;
+#define SRV6_LOCATOR_USID (1 << 0) /* The SRv6 Locator is a uSID Locator */
QOBJ_FIELDS;
};