простой контроллер OpenFlow для тестирования (simple OpenFlow controller for testing)
Ошибки (баги) (Bugs)
Configuring a Citrix XenServer to connect to a particular
controller only points the remote OVSDB management connection to
that controller. It does not also configure OpenFlow
connections, because the manager is expected to do that over the
management protocol. ovs-testcontroller
is not an Open vSwitch
manager and does not know how to do that.
As a stopgap workaround, ovs-vsctl
can wait for an OVSDB
connection and set the controller, e.g.:
% ovs-vsctl -t0 --db=pssl: --certificate=cert.pem
--ca-cert=none --private-key=privkey.pem
--peer-ca-cert=cacert.pem set-controller ssl:
ip