Skip to content

Commit 610cafa

Browse files
author
Yi Tseng
authored
Add missing step to exercise 4
1 parent 46d5024 commit 610cafa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

EXERCISE-4.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,17 @@ executions, including ONOS.
158158
Wait approx. 20 seconds for ONOS to completing booting, or check the ONOS log
159159
(`make onos-log`) until no more messages are shown.
160160

161-
### 3. Push netcfg to ONOS to trigger device and link discovery
161+
### 5. Load app and register pipeconf
162+
163+
On a terminal window, type:
164+
165+
```
166+
$ make app-reload
167+
```
168+
169+
This command will upload to ONOS and activate the app binary previously built (located at app/target/ngsdn-tutorial-1.0-SNAPSHOT.oar).
170+
171+
### 6. Push netcfg to ONOS to trigger device and link discovery
162172

163173
On a terminal window, type:
164174

0 commit comments

Comments
 (0)