Hi guys,

I read the document about ovs-ofctl (
http://openvswitch.org/cgi-bin/ovsman.cgi?page=utilities%2Fovs-ofctl.8) :

Most of these commands take an argument that specifies the method for
connecting to an OpenFlow switch. The following connection methods are
supported:

*ssl:**ip*[*:**port*]

The specified SSL *port* (default: 6633) on the host at the given *ip*,
which must be expressed as an IP address (not a DNS name). The *
--private-key*, *--certificate*, and *--ca-cert* options are mandatory when
this form is used.

*tcp:**ip*[*:**port*]

The specified TCP *port* (default: 6633) on the host at the given *ip*,
which must be expressed as an IP address (not a DNS name).




I want to know if i can use ovs-ofctl to manage the remote ovs which in
another host?

For example:

ovs-ofctl tcp:192.168.1.2 add-flow br0 action=normal


Thanks in advanced,
Kris
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to