]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
network: do not send ipv6 token to kernel
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 9 May 2019 05:39:46 +0000 (14:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 11 May 2019 22:32:00 +0000 (07:32 +0900)
commit9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f
treeeec31e08f7bf214abc30677238bfb5152a8df9f6
parentcb367b17853d215ebcf2816118c1f53d003e5088
network: do not send ipv6 token to kernel

We disabled kernel RA support. Then, we should not send
IFLA_INET6_TOKEN.
Thus, we do not need to send IFLA_INET6_ADDR_GEN_MODE twice.

Follow-up for 0e2fdb83bb5e22047e0c7cc058b415d0e93f02cf and
4eb086a38712ea98faf41e075b84555b11b54362.
src/network/networkd-link.c