Skip to content

Commit e3c3f00

Browse files
romanmichalvasko
authored andcommitted
examples UPDATE fix readme, add new line to config
1 parent e9cc12c commit e3c3f00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The example server provides `ietf-yang-library` state data that are returned as
66

77
### Server Configuration
88
The server's default configuration can be found in the `config.json` file. The YANG data stored in this file define three endpoints - two for SSH and one for UNIX socket.
9-
You can modify this configuration in any way you like, but you need to make sure that it is valid.
9+
You can modify this configuration in any way you want, however, configuring the server may fail if the configuration is not valid.
1010

1111
## Example usage
1212
### Server
@@ -25,7 +25,7 @@ After the server has been run, in another terminal instance, with the default co
2525
```
2626
$ client -u /tmp/.ln2-unix-socket get "/ietf-yang-library:yang-library/module-set/module[name='ietf-netconf']"
2727
```
28-
In this case, `-u` means that a connection to an UNIX socket will be attemped and a path to the socket needs to be specified, that is `/tmp/ln2-unix-socket` by default.
28+
In this case, `-u` means that a connection to an UNIX socket will be attempted and a path to the socket needs to be specified, that is `/tmp/ln2-unix-socket` by default.
2929
The `get` parameter is the name of the RPC and `/ietf-yang-library:yang-library/module-set/module[name='ietf-netconf']` is the RPC's optional XPath filter.
3030

3131
##### Server output

examples/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@
9494
]
9595
}
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)