os-ken/ryu/tests/packet_data_generator2
IWASE Yusuke aa3a2d5949 packet_data_generator2: Add some OFP13/15 messages
Add the following OFP13/15 Messages.

 - OFP13/15 Handshake
     Implemented: OFPT_FEATURES_REPLY
     TODO:        OFPT_FEATURES_REQUEST
 - OFP13/15 Switch Configuration Messages
     Implemented: OFPT_SET_CONFIG, OFPT_GET_CONFIG_REPLY
     TODO:        OFPT_GET_CONFIG_REQUEST

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-01-19 10:52:07 +09:00
..
2015-04-08 15:46:17 +09:00

This directory contains a small C program to generate
OpenFlow packet binary files [1].  They are used by some of
unit tests [2].  As we have the generated files in the repository,
you don't need to build this program unless you want to (re-)generate
the files for some reasons, typically adding new test cases.

[1] ryu/tests/packet_data/of*/libofproto-*.packet
[2] ryu.tests.unit.ofproto.test_parser

The program requires libofproto library provided by Open vSwitch.
It's a little tricky to build because Open vSwitch distribution
normally does not install the corresponding C header files.  You need
both of the source distribution of Open vSwitch and matching installed
libraries, and override OVS_SRC and SRC make variables to point those
directries respectively.