yaml-cpp
yaml-cpp copied to clipboard
netplan yaml file
Hi. I am preparing a yaml file for netplan and I have a problem with the routes entry. How to save in such a sequence? How to write this in code using yaml-cpp
routes: - to: default via: 10.225.192.1
Thanks