Ray Milkey
Committed by Gerrit Code Review

Fix ONOS-1594 - bogus third option when adding mpls intent via CLI

Change-Id: I30421ed347544a56e225075740974812614fd52c
...@@ -294,6 +294,8 @@ ...@@ -294,6 +294,8 @@
294 <action class="org.onosproject.cli.net.AddMplsIntent"/> 294 <action class="org.onosproject.cli.net.AddMplsIntent"/>
295 <completers> 295 <completers>
296 <ref component-id="connectPointCompleter"/> 296 <ref component-id="connectPointCompleter"/>
297 + <ref component-id="connectPointCompleter"/>
298 + <null/>
297 </completers> 299 </completers>
298 </command> 300 </command>
299 </command-bundle> 301 </command-bundle>
......