X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-tcpundump.1.in;h=0837dc330e6be262717f53571ff8e1da7bd9e8ef;hb=a56104575c4db202bfc5db3079ea969820d77867;hp=e59f6dba7d752d68943b1c669bf36666cc2e9858;hpb=7aa697ddd2dfe494693be590ae5b03cbec5f9944;p=openvswitch diff --git a/utilities/ovs-tcpundump.1.in b/utilities/ovs-tcpundump.1.in index e59f6dba..0837dc33 100644 --- a/utilities/ovs-tcpundump.1.in +++ b/utilities/ovs-tcpundump.1.in @@ -12,7 +12,8 @@ The \fBovs\-tcpundump\fR program reads \fBtcpdump \-xx\fR output on stdin, looking for hexadecimal packet data, and dumps each Ethernet as a single hexadecimal string on stdout. This format is suitable for use with the \fBofproto/trace\fR command supported by -\fBovs\-vswitchd\fR(8) and \fBovs-openflowd\fR(8). +\fBovs\-vswitchd\fR(8) and \fBovs-openflowd\fR(8) +via \fBovs\-appctl\fR(8). .PP At least two \fB\-x\fR or \fB\-X\fR options must be given, otherwise the output will omit the Ethernet header, which prevents the output @@ -23,6 +24,7 @@ from being using with \fBofproto/trace\fR. . .SH "SEE ALSO" . +.BR ovs\-appctl (8), .BR ovs\-vswitchd (8), .BR ovs\-openflowd (8), .BR ovs\-pcap (1),