Skip to content

Commit 482cf57

Browse files
authored
Fix error in cross-section link. (#221)
1 parent 3286739 commit 482cf57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rpc/gnmi/gnmi-specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ A path is represented by the `Path` message with the following fields:
196196

197197
- `origin` - a field which MAY be used to assert the schema the path belongs to.
198198
A detailed description of origin is provided in
199-
[2.7](#27-origin-specification-in-path).
199+
[2.7](#27-gnmi-origin-in-path).
200200
- `elem` - an array of `PathElem` messages, each containing the name of the
201201
element, and any associated keys.
202202
- `target` - the name of the target for which the path is a member. Only set in
@@ -698,7 +698,7 @@ Each `ModelData` message contains the following fields:
698698

699699
The combination of `name`, `organization`, and `version` uniquely identifies an entry in the model catalog.
700700

701-
## 2.7 gNMI Origin in `Path`
701+
## 2.7 gNMI Origin in `Path`
702702

703703
The `origin` field in the `Path` message identifies a schema that the path
704704
belongs to. `origin` is encoded as a string. The path specified within the
@@ -1708,7 +1708,7 @@ in a configuration, deletes could be issued at container level branches that app
17081708
that interface, rather than all the individual leaves.
17091709

17101710
Explicit deletion also applies to TARGET-DEFINED subscription mode.
1711-
Whereas, if the TARGET-DEFINED subscription determines the best type of delivery to be ON-CHANGE,
1711+
Whereas, if the TARGET-DEFINED subscription determines the best type of delivery to be ON-CHANGE,
17121712
explicit deletion is required and if decided to be SAMPLE, deletion will be optional.
17131713

17141714
To replace the contents of an entire node within the tree, the target populates

0 commit comments

Comments
 (0)