[libvirt] [PATCH] virsh.pod: Fix typo of nwfilter-binding-undefine

Han Han posted 1 patch 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180712044009.22382-1-hhan@redhat.com
Test syntax-check passed
tools/virsh.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] virsh.pod: Fix typo of nwfilter-binding-undefine
Posted by Han Han 5 years, 9 months ago
Rename nwfilter-binding-undefine to nwfilter-binding-delete.

Signed-off-by: Han Han <hhan@redhat.com>
---
 tools/virsh.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 4c6e21fc22..771e99591e 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -4828,7 +4828,7 @@ of the network filters directly.
 Associate a network port with a network filter. The network filter backend
 will immediately attempt to instantiate the filter rules on the port.
 
-=item B<nwfilter-binding-undefine> I<port-name>
+=item B<nwfilter-binding-delete> I<port-name>
 
 Disassociate a network port from a network filter. The network filter
 backend will immediately tear down the filter rules that exist on the
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] virsh.pod: Fix typo of nwfilter-binding-undefine
Posted by Erik Skultety 5 years, 9 months ago
On Thu, Jul 12, 2018 at 12:40:09PM +0800, Han Han wrote:
> Rename nwfilter-binding-undefine to nwfilter-binding-delete.
>
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
>  tools/virsh.pod | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/virsh.pod b/tools/virsh.pod
> index 4c6e21fc22..771e99591e 100644
> --- a/tools/virsh.pod
> +++ b/tools/virsh.pod
> @@ -4828,7 +4828,7 @@ of the network filters directly.
>  Associate a network port with a network filter. The network filter backend
>  will immediately attempt to instantiate the filter rules on the port.
>
> -=item B<nwfilter-binding-undefine> I<port-name>
> +=item B<nwfilter-binding-delete> I<port-name>
>
>  Disassociate a network port from a network filter. The network filter
>  backend will immediately tear down the filter rules that exist on the

Reviewed-by: Erik Skultety <eskultet@redhat.com>

I slightly reworded the commit message and pushed.

Erik

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list