On Wed, Oct 30, 2013 at 8:45 PM, john paul <jpav...@gmail.com> wrote:
> after creating database i follow these steps on host-1 and host-2 just
> change in ip address of tunnel,br0 and br1
> ovs-vsctl --no-wait init
> ovs-vsctl add-br br0
> ovs-vsctl add-br br1
> ovs-vsctl set bridge br0 datapath_type="netdev"
> ovs-vsctl set bridge br1 datapath_type="netdev"
> ovs-vswitchd --overwrite-pidfile --detach
> ifconfig br0 192.168.1.235 netmask 255.255.255.0
> ifconfig br1 192.168.122.1 netmask 255.255.255.0
> route add default gw 192.168.1.1 br0
> ovs-vsctl add-port br0 eth0
>
> ovs-vsctl add-port br1 gre1 -- set interface gre1 type=gre
> options:remote_ip=192.168.1.13
> so is that any wrong in above for user space?

It is using the userspace datapath but only the kernel module supports GRE.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to