Re: [PATCH] network: add modify-or-add feature to net-update

2024-05-20 Thread atp exp
On Tue, 14 May 2024 at 18:33, Martin Kletzander wrote: > On Sat, Mar 16, 2024 at 01:43:52AM +0530, Abhiram Tilak wrote: > >The current way of updating a network configuration uses `virsh > >net-update` to add, delete or modify entries. But with such a mechansim > >one should know if an entry with

Re: [PATCH] network: add modify-or-add feature to net-update

2024-05-14 Thread Martin Kletzander
On Sat, Mar 16, 2024 at 01:43:52AM +0530, Abhiram Tilak wrote: The current way of updating a network configuration uses `virsh net-update` to add, delete or modify entries. But with such a mechansim one should know if an entry with current info already exists. Adding modify-or-add option automati

Re: [PATCH] network: add modify-or-add feature to net-update

2024-05-13 Thread atp exp
ping, it's been a while since i have put this out. On Sat, 16 Mar 2024 at 01:51, Abhiram Tilak wrote: > The current way of updating a network configuration uses `virsh > net-update` to add, delete or modify entries. But with such a mechansim > one should know if an entry with current info alread

[PATCH] network: add modify-or-add feature to net-update

2024-03-18 Thread Abhiram Tilak
The current way of updating a network configuration uses `virsh net-update` to add, delete or modify entries. But with such a mechansim one should know if an entry with current info already exists. Adding modify-or-add option automatically performs either modify or add depending on the current stat