CC: William Tu <[email protected]>
Fixes: 3c6d05a02e0f ("userspace: Add GTP-U support.")
Signed-off-by: Nobuhiro MIKI <[email protected]>
---
 lib/odp-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/odp-util.c b/lib/odp-util.c
index 503675e83..9a705cffa 100644
--- a/lib/odp-util.c
+++ b/lib/odp-util.c
@@ -3241,7 +3241,7 @@ tun_key_to_attr(struct ofpbuf *a, const struct flow_tnl 
*tun_key,
 
         opts.flags = tun_key->gtpu_flags;
         opts.msgtype = tun_key->gtpu_msgtype;
-        nl_msg_put_unspec(a, OVS_TUNNEL_KEY_ATTR_GENEVE_OPTS,
+        nl_msg_put_unspec(a, OVS_TUNNEL_KEY_ATTR_GTPU_OPTS,
                           &opts, sizeof(opts));
     }
     nl_msg_end_nested(a, tun_key_ofs);
-- 
2.24.4

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to