Committed by
Gerrit Code Review
Fix ONOS-1594 - bogus third option when adding mpls intent via CLI
Change-Id: I30421ed347544a56e225075740974812614fd52c
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -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> | ... | ... |
-
Please register or login to post a comment