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

2024-05-21 Thread atp exp
nvm, the command was not working due to a different reason. The indexes used in delete and modify were still `i` need to update that. On Tue, 21 May 2024 at 15:31, atp exp wrote: > > On Wed, 15 May 2024 at 15:43, Abhiram Tilak wrote: > >> The current way of updating a network configuration us

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

2024-05-21 Thread atp exp
On Wed, 15 May 2024 at 15:43, 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 automaticall

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

2024-05-20 Thread atp exp
Please ignore this, forgot to add v2 in `git-send-email` On Wed, 15 May 2024 at 15:41, 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

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

2024-05-20 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

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

2024-05-20 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