-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
Some commands do not work using the notation
polycubectl <service_type> <service_name> <add/remove/set/..>
To Reproduce
polycubectl bridge add b1 stp-enabled=true-> okpolycubectl bridge b1 ports add p1-> okpolycubectl bridge b1 stp 1 set priority=28672-> error
Output after command 3. -> No cube found named bridge
Additional context
If i omit <service_type>, the command works correctly
E.g. polycubectl b1 stp 1 set priority=28672 -> ok
Strangely, this bug does not happens everytime (for example command 2. above does not present any problem)
acloudiator
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working