mirror of https://gitee.com/openkylin/libvirt.git
virsh.pod: Fix a command name typo in nwfilter-binding-undefine
The true name of the command is nwfilter-binding-delete. Signed-off-by: Han Han <hhan@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
7406ab691f
commit
955c4318bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue