]> git.ipfire.org Git - thirdparty/iproute2.git/commit
vti6: fix local/remote any addr handling
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Aug 2017 15:39:27 +0000 (08:39 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Aug 2017 15:39:27 +0000 (08:39 -0700)
commit2a80154fde40b48d0e8afd16ae0eaa046ca05c02
tree53061448da0c9eb0c516eb17eaf68a6a79d1dced
parent6ff66acc604ec62b179a8a144c548918ff67a53b
vti6: fix local/remote any addr handling

According to the IPv4 behavior of 'ip' it should be possible
to omit the arguments for local and remote address.
Without this patch omitting these parameters would lead to
uninitialized memory being interpreted as IPv6 addresses.

Reported-by: Christian Langrock <christian.langrock@secunet.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/link_vti6.c