diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/attribute.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/attribute.proto b/api/attribute.proto index 9ed2e6e8..409a12d1 100644 --- a/api/attribute.proto +++ b/api/attribute.proto @@ -613,6 +613,10 @@ message TunnelEncapSubTLVSRSegmentList { repeated google.protobuf.Any segments = 2; } +message TunnelEncapSubTLVUDPDestPort { + uint32 port = 1; +} + message TunnelEncapSubTLVUnknown { uint32 type = 1; bytes value = 2; |