It depends on which controller you're using.

If you just wanna see how it looks like adding flows remotely, you should
try Floodlight and use its Static Flow Pusher
API.<http://docs.projectfloodlight.org/display/floodlightcontroller/Static+Flow+Pusher+API>
Or just use ovs-ofctl:
ovs-ofctl add-flow br0 ip_src=192.168.0.1,actions=output:2

Flows are mostly reactively or proactively added by your controller
application rather than by hand.



On Wed, Apr 3, 2013 at 5:20 PM, Guangvy <1965837...@qq.com> wrote:

> Hi,
>
>  I established an Controller, but how to add some flows with the controller ? 
> how operate in PC(10.10.10.92)
>
> Bridge "br0"
>         Controller "tcp:10.10.10.92:6636"
>             is_connected: true
>         Port "br0"
>             Interface "br0"
>                 type: internal
>
> root@ubuntu:/home/openvswitch# netstat
> tcp        0      0 10.10.10.91:36461       10.10.10.92:6636        
> ESTABLISHED
>
>
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to