From: Vincent Bernat Date: Tue, 30 Oct 2012 10:27:16 +0000 (+0000) Subject: vxlan: allow a user to set TTL value X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~456 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afb97186f5d8f1d552298e7423e84c4282e48b92;p=pandora-kernel.git vxlan: allow a user to set TTL value "ip link add ... type vxlan ... ttl X" allows a user to set the TTL used by a VXLAN for encapsulation. The provided value was ignored by vxlan module and the default value of 1 was used when encapsulating multicast packets. Signed-off-by: Vincent Bernat Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed