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

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

Title:
  systemd-networkd - RoutingPolicyRule does not apply correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818282/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to