[ovs-dev] [PATCH] ovs-ofctl: Document masked versions of arp_sha and arp_tha matches

Simon Horman horms at verge.net.au
Wed Nov 13 08:54:37 UTC 2013


On Wed, Nov 13, 2013 at 03:14:35PM +0900, Simon Horman wrote:
> Document masked versions of arp_sha and arp_tha matches.
> 
> Also update documentation of unmasked versions of these
> matches to include an example address as is the case with
> the documentation of dl_src and dl_dst.

Sorry, I managed to send this patch twice.
Please ignore one copy.

> 
> Signed-off-by: Simon Horman <horms at verge.net.au>
> ---
>  utilities/ovs-ofctl.8.in | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
> index f8feb6d..992e2fc 100644
> --- a/utilities/ovs-ofctl.8.in
> +++ b/utilities/ovs-ofctl.8.in
> @@ -927,8 +927,17 @@ command, above, for more details.
>  .IQ \fBarp_tha=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
>  When \fBdl_type\fR specifies either ARP or RARP, \fBarp_sha\fR and
>  \fBarp_tha\fR match the source and target hardware address, respectively.  An
> -address is specified as 6 pairs of hexadecimal digits delimited by colons.
> +address is specified as 6 pairs of hexadecimal digits delimited by colons
> +(e.g. \fB00:0A:E4:25:6B:B0\fR).
>  .
> +.IP \fBarp_sha=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB/\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
> +.IQ \fBarp_tha=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB/\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
> +When \fBdl_type\fR specifies either ARP or RARP, \fBarp_sha\fR and
> +\fBarp_tha\fR match the source and target hardware address, respectively.  An
> +address is specified as 6 pairs of hexadecimal digits delimited by colons
> +(e.g. \fB00:0A:E4:25:6B:B0\fR), with a wildcard mask following the slash.
> +.
> +
>  .IP \fBipv6_src=\fIipv6\fR[\fB/\fInetmask\fR]
>  .IQ \fBipv6_dst=\fIipv6\fR[\fB/\fInetmask\fR]
>  When \fBdl_type\fR is 0x86dd (possibly via shorthand, e.g., \fBipv6\fR
> -- 
> 1.8.4
> 



More information about the dev mailing list