Skip to content

Commit 214efb4

Browse files
committed
mdformat with footnote support.
1 parent 874c71f commit 214efb4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

rpc/gnmi/gnmi-specification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ NOT include such values in data instances sent to the client.
680680
The `ModelData` message describes a specific model that is supported by the
681681
target and used by the client. The fields of the `ModelData` message identify a
682682
data model registered in a model catalog, as described in
683-
[[MODEL_CATALOG_DOC]](https://datatracker.ietf.org/doc/draft-openconfig-netmod-model-catalog/)
683+
[\[MODEL_CATALOG_DOC\]](https://datatracker.ietf.org/doc/draft-openconfig-netmod-model-catalog/)
684684
(the schema of the catalog itself - expressed in YANG - is described in
685685
\[[MODEL_CATALOG_YANG](https://github.com/openconfig/public/tree/master/release/models/catalog)\]).
686686
Each model specified by a `ModelData` message may refer to a specific schema
@@ -789,7 +789,7 @@ an error status returned upon responding to the `Set` RPC.
789789
Each top-level RPC message (e.g., `SubscribeRequest` and `SubscribeResponse` for
790790
the `Subscribe` RPC) defines an `extensions` field which can be used to carry
791791
additional parameters for a gNMI RPC.
792-
[[GNMI-EXT]](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-extensions.md)
792+
[\[GNMI-EXT\]](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-extensions.md)
793793
defines the mechanisms to define such extensions. It must be noted that the base
794794
operation of the RPCs as described in this specification MUST NOT be modified by
795795
an extension.
@@ -843,7 +843,7 @@ the username, the target MUST authorize the RPC request.
843843

844844
A more detailed discussion of the requirements for authentication and encryption
845845
used for gNMI is in
846-
[[GNMI-AUTH]](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-authentication.md).
846+
[\[GNMI-AUTH\]](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-authentication.md).
847847

848848
## 3.2 Capability Discovery
849849

@@ -1852,4 +1852,4 @@ limitations under the License
18521852

18531853
## Notes
18541854

1855-
\[^1\]: This matches the types that Go UnixNano and Java TimeUnit toNanos return, and hence is used rather than an unsigned integer.
1855+
[^1]: This matches the types that Go UnixNano and Java TimeUnit toNanos return, and hence is used rather than an unsigned integer.

0 commit comments

Comments
 (0)