]> git.proxmox.com Git - mirror_iproute2.git/commit
link_vti6: Always add local/remote endpoint attributes
authorSerhey Popovych <serhe.popovych@gmail.com>
Mon, 18 Dec 2017 17:48:05 +0000 (19:48 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 19 Dec 2017 16:14:59 +0000 (08:14 -0800)
commit560cf612531ffa12fc10fc3fbbaee7dc5d8eafdc
tree5e6b2e602fb16e14d4026ab0013bbf8b740b7424
parent95614cc8a3340713964e282d2a6cffbb87895d10
link_vti6: Always add local/remote endpoint attributes

All tunnels already support for parsing/adding zero
endpoints and vti6 isn't an exception.

This check was added as part of commit 2a80154fde40
(vti6: fix local/remote any addr handling) and looks
too restrictive as purpose of change is to avoid
endpoint configuration from uninitialized data.

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/link_vti6.c