]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: fix assertion crash for tunnel, log error instead (#5465)
authorSusant Sahani <ssahani@users.noreply.github.com>
Tue, 28 Feb 2017 09:32:22 +0000 (15:02 +0530)
committerMartin Pitt <martinpitt@users.noreply.github.com>
Tue, 28 Feb 2017 09:32:22 +0000 (10:32 +0100)
commit8999954f44dba07d7c268bcf5ab4cb26ba41cc7f
treeae691dfee27b794c905483c8bf566b55a3e2c27b
parent87989f0ea2201c4f0e6d14e08de6580191597da4
networkd: fix assertion crash for tunnel, log error instead (#5465)

GRE6 and IP6TNL address should be a IPv6.

fix :

```
Assertion 't->family == AF_INET6' failed at src/network/netdev/tunnel.c:170,
function netdev_ip6gre_fill_message_create(). Aborting.
```
src/network/netdev/tunnel.c