On Fri, Sep 23, 2011 at 12:47:05AM -0700, David Nguyen wrote:
> ? ovs-vsctl add-br br0
> ? sudo ifconfig br0 up
> ? ovs-vsctl add-port br0?of-host1?
> ??ovs-vsctl add-port br0?of-host2
> ? ovs-vsctl set interface of-host1 options:remote_ip=10.1.2.3
> ? ?ovs-vsctl set interface of-host2 options:remote_ip=10.1.1.3
Are you trying to configure GRE tunnels? If you expect
options:remote_ip to do anything useful, you need to set the interface
types to "gre", e.g.
ovs-vsctl set interface of-host1 type=gre
ovs-vsctl set interface of-host2 type=gre
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss