summaryrefslogtreecommitdiffhomepage
path: root/api/attribute.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/attribute.proto')
-rw-r--r--api/attribute.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/attribute.proto b/api/attribute.proto
index 409a12d1..94e496c6 100644
--- a/api/attribute.proto
+++ b/api/attribute.proto
@@ -613,6 +613,10 @@ message TunnelEncapSubTLVSRSegmentList {
repeated google.protobuf.Any segments = 2;
}
+message TunnelEncapSubTLVEgressEndpoint {
+ string address = 1;
+}
+
message TunnelEncapSubTLVUDPDestPort {
uint32 port = 1;
}