Skip to content

Commit 34f1ff3

Browse files
authored
Merge pull request #150 from CiscoTestAutomation/stirpude_update_gnmi_doc
Updated documentation related to gnmi connection
2 parents ea3064d + 1c5795d commit 34f1ff3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ncdiff/docs/usage_gnmi_set.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ YAML topology file:
2727
enable: admin
2828
line: admin
2929
connections:
30+
defaults:
31+
class: unicon.Unicon
3032
a:
3133
protocol: telnet
3234
ip: "1.2.3.4"
@@ -35,7 +37,8 @@ YAML topology file:
3537
protocol : telnet
3638
ip : "2.3.4.5"
3739
gnmi:
38-
class: yang.connector.gNMI
40+
class: yang.connector.Gnmi
41+
protocol: gnmi
3942
ip : "2.3.4.5"
4043
port: 50052
4144
timeout: 10

0 commit comments

Comments
 (0)