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
When trying to build the plugin the "go dep ./..." points to an issue with the upstream libnetwork/iptables:
go get ./...
github.com/docker/libnetwork/iptables
../../github.com/docker/libnetwork/iptables/firewalld.go:75: cannot use c.sysconn.Object(dbusInterface, dbus.ObjectPath(dbusPath)) (type dbus.BusObject) as type *dbus.Object in assignment: need type assertion
Just merged #27 that will resolve the dependency issues to match the godbus ver from Libnetwork. Pull the update and run godep restore and you will be able to compile the project. If that works close out the issue for us and thanks. Also updated the binary that points to the new path /run/docker/plugins for the docker sock file handle. Will update that also. Cheers.
When trying to build the plugin the "go dep ./..." points to an issue with the upstream libnetwork/iptables:
go get ./...
github.com/docker/libnetwork/iptables
../../github.com/docker/libnetwork/iptables/firewalld.go:75: cannot use c.sysconn.Object(dbusInterface, dbus.ObjectPath(dbusPath)) (type dbus.BusObject) as type *dbus.Object in assignment: need type assertion
More setup details here: https://gist.github.com/FlorianOtel/eb5926c8a640b4cd6f57
The text was updated successfully, but these errors were encountered: