aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/flow_netlink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c
index 677d7cc93017..07925418c2a5 100644
--- a/net/openvswitch/flow_netlink.c
+++ b/net/openvswitch/flow_netlink.c
@@ -649,6 +649,8 @@ static int ip_tun_from_nlattr(const struct nlattr *attr,
649 tun_flags |= TUNNEL_VXLAN_OPT; 649 tun_flags |= TUNNEL_VXLAN_OPT;
650 opts_type = type; 650 opts_type = type;
651 break; 651 break;
652 case OVS_TUNNEL_KEY_ATTR_PAD:
653 break;
652 default: 654 default:
653 OVS_NLERR(log, "Unknown IP tunnel attribute %d", 655 OVS_NLERR(log, "Unknown IP tunnel attribute %d",
654 type); 656 type);