aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-netdev.c
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2013-01-18 18:10:59 -0800
committerPravin B Shelar <pshelar@nicira.com>2013-01-18 18:10:59 -0800
commit9b405f1aa8d175dc63ad3ffe5d0fe05d5ee09162 (patch)
treef7d1dad74e2ec53f1280bbcd279aeadd798b4998 /lib/dpif-netdev.c
parent2c11563ad2967db7e5131f763c4d1107919b901e (diff)
datapath: More flexible kernel/userspace tunneling attribute.
Following patch breaks down single ipv4_tunnel netlink attribute into individual member attributes. It will help when we extend tunneling parameters in future. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com> Bug #14611
Diffstat (limited to 'lib/dpif-netdev.c')
-rw-r--r--lib/dpif-netdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index bec32c38..1d924c40 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -1192,7 +1192,7 @@ execute_set_action(struct ofpbuf *packet, const struct nlattr *a)
case OVS_KEY_ATTR_TUN_ID:
case OVS_KEY_ATTR_PRIORITY:
case OVS_KEY_ATTR_SKB_MARK:
- case OVS_KEY_ATTR_IPV4_TUNNEL:
+ case OVS_KEY_ATTR_TUNNEL:
/* not implemented */
break;