]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/ip-link.8.in
vxlan: Allow setting destination to unicast address.
authorAtzm Watanabe <atzm@stratosphere.co.jp>
Wed, 24 Jul 2013 05:01:01 +0000 (14:01 +0900)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 26 Jul 2013 21:25:42 +0000 (14:25 -0700)
commit7cfa3802ca3e9078cd8f6c9638a0c25a63f5ddd8
tree46e67a75d65bd5643110aeb2aa7bfc5a92a88523
parentcc71ad3ddd65129bde445710f98beebc3d2fcaf1
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.

v6: change back to the v3 except for using new attribute because
    replacing command-line parameters breaks existing scripts,
    based by Cong Wang's comments.

v5: rebase on the latest.

v4: replace "group" with "remote" 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.
    fix the usage to show explicitly that both "remote" and "group"
    cannot be specified, based by Ben Hutchings's comments.

v2: use a new argument "remote" instead of "group" based by
    Stephen Hemminger's comments.

Signed-off-by: Atzm Watanabe <atzm@stratosphere.co.jp>
ip/iplink_vxlan.c
man/man8/ip-link.8.in