On Thu, Jun 12, 2014 at 7:38 AM, Arthur BONI <ab...@live.fr> wrote:
> Hi,
>
> I want to add a support for GTP tunneling in openvswitch.
> So, I'd like to add in ovsdb some tunnel options only available for this
> protocol (like
> options:csum for GRE and IPSEC-GRE tunnels).
>
> I have some basic ideas about how to do it; using ovs-vsctl for example.
> Can someone tell me what is the best/easiest way to do it?

The parsing for these options is in lib/netdev-vport.c, so you can
look there for some examples. No changes to ovs-vsctl should be
necessary.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to