diff options
author | Atzm Watanabe <atzm@stratosphere.co.jp> | 2013-04-15 22:50:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-16 16:43:35 -0400 |
commit | c7995c43facc6e5dea4de63fa9d283a337aabeb1 (patch) | |
tree | 3543a212031bc507ecc14b6d4b1f92bb7d957feb /include/uapi | |
parent | 184f489e9b8c40b4dd4883d3f1364f7786c8755c (diff) |
vxlan: Allow setting destination to unicast address.
This patch allows setting VXLAN destination to unicast address.
It allows that VXLAN can be used as peer-to-peer tunnel without
multicast.
v4: generalize struct vxlan_dev, "gaddr" is replaced with vxlan_rdst.
"GROUP" attribute is replaced with "REMOTE".
they are based by David Stevens's comments.
v3: move a new attribute REMOTE into the last of an enum list
based by Stephen Hemminger's comments.
v2: use a new attribute REMOTE instead of GROUP based by
Cong Wang's comments.
Signed-off-by: Atzm Watanabe <atzm@stratosphere.co.jp>
Acked-by: David L Stevens <dlstevens@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/if_link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 6b35c4211f65..9922704f08af 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h | |||
@@ -296,7 +296,7 @@ enum macvlan_mode { | |||
296 | enum { | 296 | enum { |
297 | IFLA_VXLAN_UNSPEC, | 297 | IFLA_VXLAN_UNSPEC, |
298 | IFLA_VXLAN_ID, | 298 | IFLA_VXLAN_ID, |
299 | IFLA_VXLAN_GROUP, | 299 | IFLA_VXLAN_REMOTE, |
300 | IFLA_VXLAN_LINK, | 300 | IFLA_VXLAN_LINK, |
301 | IFLA_VXLAN_LOCAL, | 301 | IFLA_VXLAN_LOCAL, |
302 | IFLA_VXLAN_TTL, | 302 | IFLA_VXLAN_TTL, |