Here's a small script that creates named symlinks to the horribly uuid-
based named netplan connections, to make selecting the appropriate
filename easier:

rm -rf /etc/netplan-links
mkdir -p /etc/netplan-links
LANG=C nmcli con show | while read -r name uuid rest; do
    fname="/etc/netplan/90-NM-$uuid.yaml"
    test -f "$fname" || continue
    ln -s "$fname" "/etc/netplan-links/$name"
done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2041491

Title:
  Provide an option to avoid the yaml NM backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2041491/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to