diff options
author | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-12-01 08:46:40 -0500 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2020-12-02 07:21:01 +0900 |
commit | 57068b16fd3993752f1db675acad51f1ebcbff4e (patch) | |
tree | b26be47ba459f7781ca8db42e526aa89f60a1690 /api/attribute.pb.go | |
parent | ffe50e85d4ab60bd9ae563979988ee3ebca5efa0 (diff) |
Add documentation, fix typo in proto and add marshal for tunne encal sub tlvs
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
Diffstat (limited to 'api/attribute.pb.go')
-rw-r--r-- | api/attribute.pb.go | 2 |
1 files changed, 1 insertions, 1 deletions
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"` } |