ofproto: Break out perl code for sorting multiline messages
authorSimon Horman <horms@verge.net.au>
Fri, 13 Jun 2014 02:40:23 +0000 (11:40 +0900)
committerBen Pfaff <blp@nicira.com>
Fri, 13 Jun 2014 23:20:00 +0000 (16:20 -0700)
commit1637ebb2e40a328a65b63cea7604d7037dda145f
tree7d11ff06559b9a7ad0b5c301440b03bdcd9543ee
parent8b768391b9d9ff7e4923c7475e4b05df7b29eeac
ofproto: Break out perl code for sorting multiline messages

The flow monitoring tests includes a perl script to sort multiline
messages.  This commit breaks it out of an individual test so that it can
be used elsewhere.

Signed-off-by: Simon Horman <horms@verge.net.au>
[blp@nicira.com changed approach from a separate file to a shell function]
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto.at