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
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