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 @@
<action class="org.onosproject.cli.net.AddMplsIntent"/>
<completers>
<ref component-id="connectPointCompleter"/>
<ref component-id="connectPointCompleter"/>
<null/>
</completers>
</command>
</command-bundle>
......