]> git.proxmox.com Git - ovs.git/commit
match: Add helper function to set tunnel tp_dst
authorRoi Dayan <roid@mellanox.com>
Tue, 13 Jun 2017 15:03:36 +0000 (18:03 +0300)
committerSimon Horman <simon.horman@netronome.com>
Thu, 15 Jun 2017 09:39:58 +0000 (11:39 +0200)
commit3def36a83252a52a502b518010fcb191029dc112
treeaeaf13b2e861e9b5af89dbf69167c0ffbbff2774
parent9116730dbb86c84e7128ed1c8af4a489a28b74da
match: Add helper function to set tunnel tp_dst

Add help function match_set_tun_tp_dst().
Will be used in the next commit.
This patch doesn't change any functionality.

Signed-off-by: Roi Dayan <roid@mellanox.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
include/openvswitch/match.h
lib/match.c