On Tue, May 12, 2015 at 10:34 PM, Manik Sidana <[email protected]> wrote:
> Hi all,
>
> I have created GRE tunnel between two PCs connected through a switch and the
> GRE tunnel is working fine.
>
> Command used to create tunnel
> ip tunnel add gre1 mode GRE remote <IP> local <IP> TTL 255
>
> Now I want to control the traffic on the GRE interface using ovs.
> When I add the GRE interface in ovs, it doesn't shows up in ovs-ofctl but I
> can see it in ovs-vsctl.

You created an L3 tunnel but OVS is an Ethernet switch, so it doesn't
know how to send traffic over it. It is better to create tunnels
directly through OVS than using the ip command as it is more scalable
and less error prone. There are a number of tutorials on how to do
this floating around.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to