From 072337f1f0ce0027f7e44e895aae618bc4545c21 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 1 Nov 2022 09:40:13 -0400 Subject: [PATCH] Remove VXLAN ref where it isn't correct --- client-cli/pvc/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc/pvc.py b/client-cli/pvc/pvc.py index a7e532db..9d9b3768 100755 --- a/client-cli/pvc/pvc.py +++ b/client-cli/pvc/pvc.py @@ -2404,7 +2404,7 @@ def vm_list(target_node, target_state, target_tag, limit, raw, negate): ) def cli_network(): """ - Manage the state of a VXLAN network in the PVC cluster. + Manage the state of a network in the PVC cluster. """ pass