Man ovs-ofctl: Typo in arp_spa & arp_tpa
authorArun Sharma <arun.sharma@calsoftinc.com>
Tue, 18 Mar 2014 12:14:42 +0000 (17:44 +0530)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Mar 2014 15:24:22 +0000 (08:24 -0700)
It seems there is a typo in definition of arp_spa & arp_tpa

Signed-off-by: Arun Sharma <arun.sharma@calsoftinc.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.8.in

index 9a8fd33..1d4d89d 100644 (file)
@@ -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.