From e935fc32fa0d346b0205dcd4e97859c76caab3d0 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Tue, 18 Mar 2014 17:44:42 +0530 Subject: [PATCH] Man ovs-ofctl: Typo in arp_spa & arp_tpa It seems there is a typo in definition of arp_spa & arp_tpa Signed-off-by: Arun Sharma Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 9a8fd3343..1d4d89d41 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -949,7 +949,7 @@ command, above, for more details. .IP \fBarp_spa=\fIip\fR[\fB/\fInetmask\fR] .IQ \fBarp_tpa=\fIip\fR[\fB/\fInetmask\fR] When \fBdl_type\fR specifies either ARP or RARP, \fBarp_spa\fR and -\fBarp_tha\fR match the source and target IPv4 address, respectively. +\fBarp_tpa\fR match the source and target IPv4 address, respectively. An address may be specified as an IP address or host name (e.g. \fB192.168.1.1\fR or \fBwww.example.com\fR). The optional \fInetmask\fR allows restricting a match to an IPv4 address prefix. -- 2.47.0