summaryrefslogtreecommitdiffhomepage
path: root/api/attribute.proto
diff options
context:
space:
mode:
authorzvfvrv <franclombardo@gmail.com>2021-06-10 12:40:34 +0200
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2021-06-30 07:38:00 +0900
commit92f37d65aa08d4e0cc19cfdedadfced586f0a7af (patch)
tree1d867352986963c71e384cbada9ac51b24f4c14b /api/attribute.proto
parentee300ba7ae9fae4defa902a8ff2426d206a00a99 (diff)
SegmentTypeB proto definition
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 {