[libvirt PATCH 4/4] virsh: network-port: remove pointless comment

Ján Tomko jtomko at redhat.com
Mon Oct 5 17:02:39 UTC 2020


We do not have a legacy API for listing network ports
so there's nothing to fall back on.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 tools/virsh-network.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/virsh-network.c b/tools/virsh-network.c
index c5347660de..745afc537d 100644
--- a/tools/virsh-network.c
+++ b/tools/virsh-network.c
@@ -1693,7 +1693,6 @@ virshNetworkPortListCollect(vshControl *ctl,
     if (!(network = virshCommandOptNetwork(ctl, cmd, NULL)))
         goto cleanup;
 
-    /* try the list with flags support (0.10.2 and later) */
     if ((ret = virNetworkListAllPorts(network,
                                       &list->ports,
                                       flags)) < 0)
-- 
2.26.2




More information about the libvir-list mailing list