commit | de372571c53e0997b4716d2ba7eb31b69534e617 | [log] [tgz] |
---|---|---|
author | Hyunsun Moon <hyunsun.moon@gmail.com> | Thu Jan 14 03:42:47 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Jan 15 19:15:31 2016 +0000 |
tree | 7dffe6fcb251331ccaca09f7c57bbe954457f2bf | |
parent | 3e6fe45cf6b424af48081d95130a6b43e29160d8 [diff] [blame] |
CORD-471 Added physical port and data plane IP as node attribtes Change-Id: I4c28053151e61feb4b9b0ca60e98f7e0e4af0207
diff --git a/src/main/resources/OSGI-INF/blueprint/shell-config.xml b/src/main/resources/OSGI-INF/blueprint/shell-config.xml index ad28bc7..b5c6009 100644 --- a/src/main/resources/OSGI-INF/blueprint/shell-config.xml +++ b/src/main/resources/OSGI-INF/blueprint/shell-config.xml
@@ -28,5 +28,8 @@ <command> <action class="org.onosproject.cordvtn.cli.CordVtnNodeInitCommand"/> </command> + <command> + <action class="org.onosproject.cordvtn.cli.CordVtnNodeCheckCommand"/> + </command> </command-bundle> </blueprint>