Lukas Märdian

Results 56 comments of Lukas Märdian

I wonder if we could do something similar to #162 Instead of calling udevadm syncronoulsy, we could consider deploying a new "netplan-udev-reload.service" unit, which executes something like `udevadm control --reload...

Thanks a lot for your continued investigation @alfonsosanchezbeato ! > An alternative could be to find out the patch fixing the issue in systemd-networkd and SRU to 20/22, but being...

We had/have some similar quirks for Netplan in Focal already: * 0.103: https://git.launchpad.net/~ubuntu-core-dev/netplan/+git/ubuntu/tree/debian/patches/0002-Revert-cli-apply-reload-reconfigure-networkd-instead.patch?h=ubuntu/0.103-0ubuntu5_20.04.6 * 0.104: https://git.launchpad.net/~ubuntu-core-dev/netplan/+git/ubuntu/tree/debian/patches/0006-cli-apply-give-some-extra-time-for-networkctl-reload.patch?h=ubuntu/0.104-0ubuntu2_20.04.2 So I guess I'd be fine SRUing it for Focal/UC20 in Netplan. While for...

> Create a UC22 image, then install network-manager snap, then run `sudo udevadm trigger`. If the `networkctl` command shows something like: I wonder if there is any reproducer to show...

> I added an extra comment about the gre->gretap mapping; unfortunately there is no official documentation that references `gretap` so I attempted to explain. Thank you! I added a small...

Interestingly, that test case seems to recognize `gre0` as an OVS interface if the `openvswitch: {}` stanza is moved above the `interfaces` stanza of `br0`. So something bigger is going...

> For systemd, using default VLAN 1, using vlan 2 for the bridge and adding 2 and 3 to eth0... I do not really get this comment. Could you please...

Ah, I see. So this is an example of how it could be implemented for the networkd backend. Thank you very much! I guess we need to adopt the PR...

Hey @Caligatio, I finally found some time to investigate the issue and understand what is going on now: * tunnels.gre0 is parsed, gre0 backend is NONE * bridges.br0 is parsed,...