diff options
Diffstat (limited to 'test/vpp_srv6.py')
-rw-r--r-- | test/vpp_srv6.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/vpp_srv6.py b/test/vpp_srv6.py index 1b09103f297..5fa293f62ec 100644 --- a/test/vpp_srv6.py +++ b/test/vpp_srv6.py @@ -20,9 +20,10 @@ class SRv6LocalSIDBehaviors: SR_BEHAVIOR_DX4 = 7 SR_BEHAVIOR_DT6 = 8 SR_BEHAVIOR_DT4 = 9 - SR_BEHAVIOR_END_UN_PERF = 10 - SR_BEHAVIOR_END_UN = 11 - SR_BEHAVIOR_LAST = 12 # Must always be the last one + SR_BEHAVIOR_LAST = 10 # Not used anymore. Kept not to break the API. + SR_BEHAVIOR_END_UN_PERF = 11 + SR_BEHAVIOR_END_UN = 12 + SR_BEHAVIOR_END_UA = 13 class SRv6PolicyType: |