Re: [PATCH] virsh: Fix net-desc --config output

2023-09-01 Thread Jiri Denemark
On Thu, Aug 31, 2023 at 23:46:57 +0530, K Shiva Kiran wrote: > Fixes the following bug: > Command: `net-desc --config [--title] my_network` > Expected Output: Title/Description of persistent config > Output: Title/Description of live config > > This was caused due to the usage

[PATCH] virsh: Fix net-desc --config output

2023-08-31 Thread K Shiva Kiran
Fixes the following bug: Command: `net-desc --config [--title] my_network` Expected Output: Title/Description of persistent config Output: Title/Description of live config This was caused due to the usage of a single `flags` variable in `virshGetNetworkDescription()` which ende

[PATCH] virsh: Fix net-desc --config output

2023-08-31 Thread K Shiva Kiran
Fixes the following bug: Command: `net-desc --config [--title] my_network` Expected Output: Title/Description of persistent config Output: Title/Description of live config This was caused due to the usage of a single `flags` variable in `virshGetNetworkDescription()` which ende