Comment 18 for bug 1750392

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Verification done for both bionic and cosmic:

ubuntu@test-netplan-bionic:~$ dpkg -l netplan.io | grep ii
ii netplan.io 0.96-0ubuntu0.18.04.2 amd64 YAML network configuration abstraction for various backends
ubuntu@test-netplan-bionic:~$ sudo sysctl -a | grep tempaddr
sysctl: reading key "net.ipv6.conf.all.stable_secret"
net.ipv6.conf.all.use_tempaddr = 0
sysctl: reading key "net.ipv6.conf.default.stable_secret"
net.ipv6.conf.default.use_tempaddr = 0
sysctl: reading key "net.ipv6.conf.ens3.stable_secret"
net.ipv6.conf.ens3.use_tempaddr = 2
sysctl: reading key "net.ipv6.conf.lo.stable_secret"
net.ipv6.conf.lo.use_tempaddr = -1

ubuntu@test-netplan-cosmic:~$ sudo dpkg -l netplan.io | grep ii
ii netplan.io 0.96-0ubuntu0.18.10.2 amd64 YAML network configuration abstraction for various backends
ubuntu@test-netplan-cosmic:~$ sudo sysctl -a | grep tempaddr
net.ipv6.conf.all.use_tempaddr = 0
net.ipv6.conf.default.use_tempaddr = 0
net.ipv6.conf.ens3.use_tempaddr = 2
net.ipv6.conf.lo.use_tempaddr = -1