Re: [ovs-dev] [PATCH 16/17] ovs-ofctl: Ability to read a hex string from file.

2014-06-26 Thread Ben Pfaff
On Tue, Jun 24, 2014 at 11:53:02AM -0700, Gurucharan Shetty wrote: > The unit test, "OFPST_TABLE reply - OF1.2" in ofp-print.at > sends a very large hex string as an argument to 'ovs-ofctl ofp-print'. > The length of the hex string exceeds the maximum command line length > in Windows. With this com

[ovs-dev] [PATCH 16/17] ovs-ofctl: Ability to read a hex string from file.

2014-06-24 Thread Gurucharan Shetty
The unit test, "OFPST_TABLE reply - OF1.2" in ofp-print.at sends a very large hex string as an argument to 'ovs-ofctl ofp-print'. The length of the hex string exceeds the maximum command line length in Windows. With this commit, we can pass the same hex string by placing it inside a file. Signed-o