[ovs-dev] [RFC PATCH 01/13] datapath: add ipv6 tunnel definitions

Ben Pfaff blp at nicira.com
Fri May 29 21:11:11 UTC 2015


On Thu, May 14, 2015 at 08:12:32PM +0200, Jiri Benc wrote:
> This adds the needed constants from the kernel patch set posted earlier.
> 
> Signed-off-by: Jiri Benc <jbenc at redhat.com>

It would be nice to document the type of the new
OVS_TUNNEL_ATTR_OVER_IPV6.  (Is it just a flag?)  I see that the
existing OVS_TUNNEL_ATTR_EXTENSION is undocumented; that's too bad.

This commit provokes a warning:

../lib/odp-util.c:2002:17: error: enumeration values
      'OVS_TUNNEL_KEY_ATTR_IPV6_SRC' and 'OVS_TUNNEL_KEY_ATTR_IPV6_DST' not
      explicitly handled in switch [-Werror,-Wswitch-enum]
        switch (type) {
                ^



More information about the dev mailing list