diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2021-02-21 15:51:58 +0100 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2021-03-14 08:46:44 +0900 |
commit | 390e3127cea7a4b3fb9fcc089cfc7ffd02f108e1 (patch) | |
tree | ad217b125dae6cd1ae2c4587fe75243bc7a4c9df /api/attribute.proto | |
parent | dc708d5bed57af5b7f7968ab1845519d8458fc7f (diff) |
add support for tunnel egress endpoint sub-TLV
As specified in draft-ietf-idr-tunnel-encaps-22.
Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
Diffstat (limited to 'api/attribute.proto')
-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 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; } |