Skip to content

Commit da3d187

Browse files
author
Sean Condon
committed
Fixing minor error in tutorial docs
1 parent c34a718 commit da3d187

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

EXERCISE-2.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ bash-4.4# proto_generator \
182182

183183
You will find `openconfig.proto` and `enums.proto` in the `/proto/openconfig` directory.
184184

185-
*Extra Credit:* Try to find the Protobuf message fiels used to enable a port or
185+
*Extra Credit:* Try to find the Protobuf message fields used to enable a port or
186186
get the ingress packets counter in the protobuf messages.
187187

188188
*Hint:* Searching by schemapath might help.
@@ -300,10 +300,11 @@ configuration port between `leaf1` and `h1a`:
300300

301301
```
302302
$ util/gnmi-cli --grpc-addr localhost:50001 get \
303-
/interfaces/interface[name=leaf1-eth3]/config/enabled
303+
/interfaces/interface[name=leaf1-eth3]/config
304304
```
305305

306-
You should see this response:
306+
You should see this response containing 2 leafs under config - **enabled** and
307+
**health-indicator**:
307308

308309
```
309310
RESPONSE
@@ -654,4 +655,4 @@ interface is `UP`, and the ping should resume in the Mininet CLI wondow.
654655

655656
## Congratulations!
656657

657-
You have completed the second exercise!
658+
You have completed the second exercise!

app/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
<onos.app.requires>
4242
org.onosproject.drivers.bmv2,
4343
org.onosproject.lldpprovider,
44-
org.onosproject.hostprovider,
45-
org.onosproject.gui
44+
org.onosproject.hostprovider
4645
</onos.app.requires>
4746
</properties>
4847

0 commit comments

Comments
 (0)