Comment 9 for bug 1818282

Revision history for this message
Ioanna Alifieraki (joalif) wrote :

VERIFICATION Bionic

- Using configuration file from description

$ dpkg -l | grep systemd
ii systemd 237-3ubuntu10.19 amd64 system and service manager

$ ip rule
0: from all lookup local
0: from 172.31.24.153 lookup 1000
0: from 172.31.28.195 lookup 1000
0: from 172.31.24.151 lookup 1000
32766: from all lookup main
32767: from all lookup default

-- Install systemd from -proposed

$ dpkg -l | grep systemd
ii systemd 237-3ubuntu10.20 amd64 system and service manager

$ ip rule
0: from all lookup local
0: from 172.31.24.153 lookup 1000
0: from 172.31.28.195 lookup 1000
0: from 172.31.24.151 lookup 1000
0: from 172.31.24.152 lookup 1000
32766: from all lookup main
32767: from all lookup default

$ sudo systemctl restart systemd-networkd

$ ip rule
0: from all lookup local
0: from 172.31.24.153 lookup 1000
0: from 172.31.28.195 lookup 1000
0: from 172.31.24.152 lookup 1000
0: from 172.31.24.151 lookup 1000
32766: from all lookup main
32767: from all lookup default