=== toolz is now known as Daniel [07:04] blackboxsw: sorry for the delay, I was on PTO. But I'm not the correct person ton be asked about SELinux :-) [08:05] I'm trying to figure out how to merge the network configuration queried from my cloud vendor with a single route that I need to add (to route portions of traffic through a VPN). I have added a network section to my user-data, but it appears to overwrite instead of merge the configs. Is there a way to accomplish adding a route that uses doesn't [08:05] involve completely rerendering all of the network data? [14:24] firstofth300: appending/merging networking configuration isn't supported directly in cloud-init. Depending on the OS and network rendering backend, you can use write_files to write additional network config if you know enough information ahead of time. On Ubuntu with netplan, you can add an additional yaml file to /etc/netplan/ and reference the same interface [14:24] https://paste.ubuntu.com/p/FRH67F3HRh/