[10:29] slyon: is it okay if I import ipaddress in the integration tests and use that (to format the eui64 address correctly)? [10:31] KitsuWhooa: yes that should be fine. It's already used in other places of the code (CLI). Also it's part of Python's stdlib IIUC [10:32] So it should not need any additional dependencies [11:22] Awesome [16:57] I used netplan try but even after 120 seconds my server stays unreachable? [17:42] I am having the issue that 2 interfaces are unmanaged and the status in netplan status is unmanaged. [17:42] I don't care about these interfaced (ipni and 2ed ethernet port) but I want the status online state offline message to disappear [17:42] I added some simple configuration for these devices, just listing them, assigning no IP and setting them as optional: true [17:42] but they remain unmanaged [22:52] how can I route to an other network device / interface (bridge) [22:52] how does this translate to netplan syntax? ip route add 10.0.0.0/24 dev eth0 [22:52] https://superuser.com/questions/1689690/add-a-device-static-route-with-netplan [22:53] I tried to write scope: and replace link by my device name? [22:59] do I have to set an ip for my device and route to the ip and not to the device itself?