We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d5024 commit 610cafaCopy full SHA for 610cafa
EXERCISE-4.md
@@ -158,7 +158,17 @@ executions, including ONOS.
158
Wait approx. 20 seconds for ONOS to completing booting, or check the ONOS log
159
(`make onos-log`) until no more messages are shown.
160
161
-### 3. Push netcfg to ONOS to trigger device and link discovery
+### 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
172
173
On a terminal window, type:
174
0 commit comments