Skip to content

Commit

Permalink
Add missing step to exercise 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Tseng authored Oct 31, 2019
1 parent 46d5024 commit 610cafa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion EXERCISE-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,17 @@ executions, including ONOS.
Wait approx. 20 seconds for ONOS to completing booting, or check the ONOS log
(`make onos-log`) until no more messages are shown.

### 3. Push netcfg to ONOS to trigger device and link discovery
### 5. Load app and register pipeconf

On a terminal window, type:

```
$ make app-reload
```

This command will upload to ONOS and activate the app binary previously built (located at app/target/ngsdn-tutorial-1.0-SNAPSHOT.oar).

### 6. Push netcfg to ONOS to trigger device and link discovery

On a terminal window, type:

Expand Down

0 comments on commit 610cafa

Please sign in to comment.