You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem in adding a service to the framework through the command polycubectl service add.
The same service works if i add it in src/services/CMakeLists.txt and then reinstall polycube, so it is not a problem of the service itself.
Here a screenshot:
The text was updated successfully, but these errors were encountered:
The syntax of that command changed a little bit, the following example works for me: polycubectl services add name=helloworld uri=/usr/lib/libpcn-helloworld.so type=lib.
There is a problem in adding a service to the framework through the command
polycubectl service add
.The same service works if i add it in src/services/CMakeLists.txt and then reinstall polycube, so it is not a problem of the service itself.
Here a screenshot:
The text was updated successfully, but these errors were encountered: