[01:37] minimal: yes. Route to: default [01:39] routes:\n- to: 0.0.0.0\nvia: 1.2.3.4 in other words? [01:39] and routes:\n- to: ::\nvia: abcd:def1::1 for IPv6 [01:41] ok, I'll test this on Alpine to check it works as expected [01:41] Yes [03:44] AnhVoMSFT: Thanks, will take a look tomorrow. [15:13] Hello, I have a question regarding the Ephemeral network configs : If only IPv6 is available on the host where the VM starts, how does the EphemeralIPNetwork context mgr does the network config ? [15:17] caribou: Hi. I believe only a couple of the cloud-init DataSources currently support IPv6 for contacting a metadata server - the Ec2 (for AWS) and Openstack DataSources [15:18] As it turns out, I'm working on getting our DatasourceScaleway.py Datasource to support IPv6 only hence the question [15:18] maybe I can check there to start with [15:18] does Scaleway have a defined IPv6 endpoint for the metadata server? [15:19] It's part of my work, but yes there will be [15:19] ah, the Openstack support has not yet been merged, have a look at PR #1805 in the github repo for an example [15:20] great thanks ! [17:59] AnhVoMSFT: I really need to look at what FreeBSD looks like on Azure [18:00] and i need implement driver stuff in FreeBSD. [18:35] meena: let me know how/if we can help with that [18:44] a question about ca-certs module - when "remove_defaults: true" is specified in user-data WHY does it delete the files in /usr/share/ca-certificates/ directory? It already removes the filenames from the /etc/ca-certificates.conf file which update-ca-certificates used to populate the /etc/ssl/certs/ directory and /etc/ssl/ca-certificates.crt file so there's no actual need to delete the files themselves [22:11] ok I'm working on PR: 1853 in earnest to duplicate MAC detection. trying to get a couple of test runs (and failure reproducers if I can).