I have configured multiple Vlan under a single interface. For operations need we have to change two Vlan, so i have just changed the Vlan id and name only other all information like IP address, route all are unchanged. After applying the configuration now i am seeing four Vlan. Two old vlan and two new vlan.
N.B. I have just changed the Vlan ID 244,242 with 254,252
ip address delete dev en0.999
as shown at http://manpages.ubuntu.com/manpages/trusty/man8/ip-address.8.html . Unfortunately, you cannot do this and activate interfaces vianetplan
at the same time, so you may get locked out of the node one way or another. – Stefan Lasiewski Sep 04 '20 at 01:30ip address delete dev en0.999
gave backRTNETLINK answers: Operation not supported
Usingip link delete en0.999
worked for me. – Dave Apr 21 '22 at 19:47