On Tue, 9 Jul 2019 15:16:49 +0200
Andrea Claudi <[email protected]> wrote:
> Commit ba126dcad20e6 ("ip6tunnel: fix 'ip -6 {show|change} dev
> <name>' cmds") breaks IPv6 tunnel creation when dev parameter
> is used.
>
> This series revert the original commit, which mistakenly use
> dev for tunnel name, while addressing a issue on tunnel change
> when no interface name is specified.
>
> Andrea Claudi (2):
> Revert "ip6tunnel: fix 'ip -6 {show|change} dev <name>' cmds"
> ip tunnel: warn when changing IPv6 tunnel without tunnel name
>
> ip/ip6tunnel.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
Both applied, thanks