diff options
Diffstat (limited to 'src/vnet/srv6/sr.h')
-rw-r--r-- | src/vnet/srv6/sr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/srv6/sr.h b/src/vnet/srv6/sr.h index c2867eb7508..ba114f2de6c 100644 --- a/src/vnet/srv6/sr.h +++ b/src/vnet/srv6/sr.h @@ -45,7 +45,8 @@ #define SR_BEHAVIOR_DT4 9 #define SR_BEHAVIOR_END_UN_PERF 10 #define SR_BEHAVIOR_END_UN 11 -#define SR_BEHAVIOR_LAST 12 /* Must always be the last one */ +#define SR_BEHAVIOR_UA 12 +#define SR_BEHAVIOR_LAST 13 /* Must always be the last one */ #define SR_STEER_L2 2 #define SR_STEER_IPV4 4 |