From 1ac0e975a2d9d37a31915d1c96007eacdfe47442 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 6 Aug 2013 09:45:07 -0700 Subject: ovs-ofctl: Add "ofp-parse" command for printing OpenFlow from a file. Test provided by Alex Wang . Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.8.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'utilities/ovs-ofctl.8.in') diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index e66c60570..3e6c7fe48 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -370,6 +370,14 @@ response. Reports the total time required. This is a measure of the maximum bandwidth to \fItarget\fR for round-trips of \fIn\fR-byte messages. . +.SS "Other Commands" +. +.IP "\fBofp\-parse\fR \fIfile\fR" +Reads \fIfile\fR (or \fBstdin\fR if \fIfile\fR is \fB\-\fR) as a +series of OpenFlow messages in the binary format used on an OpenFlow +connection, and prints them to the console. This can be useful for +printing OpenFlow messages captured from a TCP stream. +. .SS "Flow Syntax" .PP Some \fBovs\-ofctl\fR commands accept an argument that describes a flow or -- cgit v1.2.1