removing an NM connection removes also the set renderer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
netplan |
Fix Committed
|
High
|
Unassigned |
Bug Description
While testing netplan 0.106 from https:/
ubuntu@ubuntu:~$ sudo snap install network-manager
network-manager (22/stable) 1.36.6-5 from Canonical✓ installed
ubuntu@ubuntu:~$ ls /etc/netplan/
00-default-
ubuntu@ubuntu:~$ sudo cat /etc/netplan/*
network:
renderer: NetworkManager
network:
version: 2
ubuntu@ubuntu:~$ nmcli c add type gsm ifname '*' con-name arkessa apn arkessa.com
Connection 'arkessa' (2e763389-
ubuntu@ubuntu:~$ nmcli c del arkessa
Connection 'arkessa' (2e763389-
ubuntu@ubuntu:~$ ls /etc/netplan/
70-netplan-set.yaml
ubuntu@ubuntu:~$ sudo cat /etc/netplan/*
network:
version: 2
00-default-
Changed in netplan: | |
status: | In Progress → Fix Committed |
tags: | removed: foundations-todo |
I can reproduce this on Mantic, even using "netplan set network. modems. NM-2e763389- e2ca-4465- b633-65b8752fed 54=NULL" directly, instead of "nmcli c del arkessa"
I wonder if this could be related to this refactoring: /github. com/canonical/ netplan/ commit/ 5985daf34e37ca8 ea39358e748beed a4e09bbaef
https:/
Edit: Well, it seems to be reproducible on Kinetic (netplan.io 0.105), too. So probably unrelated..