summaryrefslogtreecommitdiffhomepage
path: root/api/attribute.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/attribute.proto')
-rw-r--r--api/attribute.proto7
1 files changed, 4 insertions, 3 deletions
diff --git a/api/attribute.proto b/api/attribute.proto
index 94e496c6..619fc691 100644
--- a/api/attribute.proto
+++ b/api/attribute.proto
@@ -560,7 +560,7 @@ enum SRv6Behavior {
ENDT_WITH_PSP_USP_USD = 39;
}
-message SRv6EndPpointBehavior {
+message SRv6EndPointBehavior {
SRv6Behavior behavior = 1;
uint32 block_len = 2;
uint32 node_len = 3;
@@ -573,7 +573,7 @@ message SRv6BindingSID {
bool i_flag = 2;
bool b_flag = 3;
bytes sid = 4;
- SRv6EndPpointBehavior endpoint_behavior_structure = 5;
+ SRv6EndPointBehavior endpoint_behavior_structure = 5;
}
enum ENLPType { Reserved = 0; Type1 = 1; Type2 = 2; Type3 = 3; Type4 = 4; }
@@ -602,7 +602,8 @@ message SegmentTypeA {
message SegmentTypeB {
SegmentFlags flags = 1;
- uint32 label = 2;
+ bytes sid = 2;
+ SRv6EndPointBehavior endpoint_behavior_structure = 3;
}
message TunnelEncapSubTLVSRSegmentList {