# VERIFICATION FOCAL

#### WITHOUT THE FIX

$ dpkg -l | grep systemd
ii  dbus-user-session                     1.12.16-2ubuntu2.3                
amd64        simple interprocess messaging system (systemd --user integration)
ii  libnss-systemd:amd64                  245.4-4ubuntu3.23                 
amd64        nss module providing dynamic user and group name resolution
ii  libpam-systemd:amd64                  245.4-4ubuntu3.23                 
amd64        system and service manager - PAM module
ii  libsystemd0:amd64                     245.4-4ubuntu3.23                 
amd64        systemd utility library
ii  systemd                               245.4-4ubuntu3.23                 
amd64        system and service manager
ii  systemd-sysv                          245.4-4ubuntu3.23                 
amd64        system and service manager - SysV links
ii  systemd-timesyncd                     245.4-4ubuntu3.23                 
amd64        minimalistic service to synchronize local time with NTP servers

$ ip route show
default via 192.168.96.1 dev ens5 proto dhcp src 192.168.108.150 metric 100 
default via 192.168.122.1 dev enp1s0 proto dhcp src 192.168.122.192 metric 100 
default via 192.168.96.1 dev ens6 proto dhcp src 192.168.107.159 metric 200 
192.168.96.0/20 dev ens5 proto kernel scope link src 192.168.108.150 
192.168.96.0/20 dev ens6 proto kernel scope link src 192.168.107.159 
192.168.96.1 dev ens5 proto dhcp scope link src 192.168.108.150 metric 100 
192.168.96.1 dev ens6 proto dhcp scope link src 192.168.107.159 metric 200 
192.168.122.0/24 dev enp1s0 proto kernel scope link src 192.168.122.192 
192.168.122.1 dev enp1s0 proto dhcp scope link src 192.168.122.192 metric 100 

Metric does not appear on subnet

#### WITH THE FIX

$ dpkg -l | grep systemd
ii  dbus-user-session                     1.12.16-2ubuntu2.3                
amd64        simple interprocess messaging system (systemd --user integration)
ii  libnss-systemd:amd64                  245.4-4ubuntu3.24                 
amd64        nss module providing dynamic user and group name resolution
ii  libpam-systemd:amd64                  245.4-4ubuntu3.24                 
amd64        system and service manager - PAM module
ii  libsystemd0:amd64                     245.4-4ubuntu3.24                 
amd64        systemd utility library
ii  systemd                               245.4-4ubuntu3.24                 
amd64        system and service manager
ii  systemd-sysv                          245.4-4ubuntu3.24                 
amd64        system and service manager - SysV links
ii  systemd-timesyncd                     245.4-4ubuntu3.24                 
amd64        minimalistic service to synchronize local time with NTP servers

$ ip route show
default via 192.168.96.1 dev ens5 proto dhcp src 192.168.108.150 metric 100 
default via 192.168.122.1 dev enp1s0 proto dhcp src 192.168.122.192 metric 100 
default via 192.168.96.1 dev ens6 proto dhcp src 192.168.107.159 metric 200 
192.168.96.0/20 dev ens5 proto kernel scope link src 192.168.108.150 metric 100 
192.168.96.0/20 dev ens6 proto kernel scope link src 192.168.107.159 metric 200 
192.168.96.1 dev ens5 proto dhcp scope link src 192.168.108.150 metric 100 
192.168.96.1 dev ens6 proto dhcp scope link src 192.168.107.159 metric 200 
192.168.122.0/24 dev enp1s0 proto kernel scope link src 192.168.122.192 metric 
100 
192.168.122.1 dev enp1s0 proto dhcp scope link src 192.168.122.192 metric 100 

Metric does apprear on subnet

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055397

Title:
  netplan/systemd-networkd: route metric not applied to routes to the
  local subnet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2055397/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to