diff options
Diffstat (limited to 'api/attribute.proto')
-rw-r--r-- | api/attribute.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |