[00:18] holmanb: I'll build a modified ifupdown-ng for Alpine with that change and test it out [00:47] Yeah in general [00:48] I would assume compatibility is one goal of -ng? [00:52] holmanb: yes ifupdown-ng is intended to be backward compatible for use by both Alpine and Debian === esv_ is now known as esv [10:14] aciba: what time zone do you live / work in? [10:18] I feel like I've asked this before [10:22] meena: UTC/GMT +1 [10:23] what about you? [14:13] aciba: I'm in Ireland, so apparently that's UTC now. [14:14] * meena whispers abolish DST [16:49] is it here that bug 2000596 was discussed? [16:49] -ubottu:#cloud-init- Bug 2000596 in cloud-init "Netplan: Improve support for directly (on-link) connected gateways" [Undecided, In Progress] https://launchpad.net/bugs/2000596 [16:50] the report mentions discussion on irc [16:50] hi lesbraz o/ [16:50] you're in the right place [16:53] lesbraz: if you want to catch up on the conversation from yesterday, here is the log https://irclogs.ubuntu.com/2023/01/03/%23cloud-init.txt [22:13] meena: that mock change I made in the ca_certs testcases for FreeBSD didn't actually work (I'd forgotten I'd temporarily disabled FreeBSD in that module) [23:07] minimal: show me the patch set again, please [23:17] + if distro_name == 'freebsd': [23:17] + mock.patch( [23:17] + "cloudinit.distros.networking.subp.subp", [23:17] + return_value=("", None), [23:17] + ) [23:17] added to the _mock_init function of test_cc_ca_certs.py [23:42] holmanb: thanks a lot, i wondered where the logs were, i'll read up on it at work tomorrow :) [23:57] minimal: and why does that not fire?