diff options
Diffstat (limited to 'net/openvswitch')
| -rw-r--r-- | net/openvswitch/flow_netlink.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c index a08ff834676b..1105a838bab8 100644 --- a/net/openvswitch/flow_netlink.c +++ b/net/openvswitch/flow_netlink.c | |||
| @@ -665,6 +665,8 @@ static int ip_tun_from_nlattr(const struct nlattr *attr, | |||
| 665 | tun_flags |= TUNNEL_VXLAN_OPT; | 665 | tun_flags |= TUNNEL_VXLAN_OPT; |
| 666 | opts_type = type; | 666 | opts_type = type; |
| 667 | break; | 667 | break; |
| 668 | case OVS_TUNNEL_KEY_ATTR_PAD: | ||
| 669 | break; | ||
| 668 | default: | 670 | default: |
| 669 | OVS_NLERR(log, "Unknown IP tunnel attribute %d", | 671 | OVS_NLERR(log, "Unknown IP tunnel attribute %d", |
| 670 | type); | 672 | type); |
