system-linux: fix deletion of ip tunnels (FS#4058)
authorHans Dedecker <dedeckeh@gmail.com>
Sat, 9 Oct 2021 19:14:59 +0000 (21:14 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Sat, 30 Oct 2021 18:41:22 +0000 (20:41 +0200)
commit8f82742ca4f47f459284f3a07323d04da72ea5f6
treeb57789a93c5f15e5d76675b1dcdae4ebd703a0dd
parentf78bdec2ed5f4c83d2c93f422c8bd21b68b02517
system-linux: fix deletion of ip tunnels (FS#4058)

The deletion of IP tunnels via the ioctl interface is broken; instead of
fixing the ioctl interface switch to the netlink based interface to delete
IP tunnel devices as this simplifies and unifies the code

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
system-dummy.c
system-linux.c
system.h
tunnel.c