From 57068b16fd3993752f1db675acad51f1ebcbff4e Mon Sep 17 00:00:00 2001 From: Serguei Bezverkhi Date: Tue, 1 Dec 2020 08:46:40 -0500 Subject: Add documentation, fix typo in proto and add marshal for tunne encal sub tlvs Signed-off-by: Serguei Bezverkhi --- api/attribute.pb.go | 2 +- api/attribute.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api') diff --git a/api/attribute.pb.go b/api/attribute.pb.go index 60b808e6..4b99d517 100644 --- a/api/attribute.pb.go +++ b/api/attribute.pb.go @@ -2536,7 +2536,7 @@ func (m *TunnelEncapSubTLVSRPriority) GetPriority() uint32 { type TunnelEncapSubTLVSRBindingSID struct { // bsid must be one of: - // - SRBindingSI + // - SRBindingSID // - SRv6BindingSID Bsid *google_protobuf.Any `protobuf:"bytes,1,opt,name=bsid" json:"bsid,omitempty"` } diff --git a/api/attribute.proto b/api/attribute.proto index 20fe0d17..9ed2e6e8 100644 --- a/api/attribute.proto +++ b/api/attribute.proto @@ -512,7 +512,7 @@ message TunnelEncapSubTLVSRPriority { uint32 priority = 1; } message TunnelEncapSubTLVSRBindingSID { // bsid must be one of: - // - SRBindingSI + // - SRBindingSID // - SRv6BindingSID google.protobuf.Any bsid = 1; } -- cgit v1.2.3