This series adds a handler for OFPT_GET_ASYNC_REQUEST which sends an OFPT_GET_ASYNC_REPLY with the configured settings.
It also allows printing reply messages with the existing code used for OFPT_SET_ASYNC. Finally, there is a basic test which checks the default reply output. Alexandru Copot (3): ofproto: implement OFPT_GET_ASYNC_REQUEST ofp-print: display OFPT_GET_ASYNC_REPLY in same way as OFPT_SET_ASYNC tests/ofproto: add basic test for OFPT_GET_ASYNC_REQUEST/REPLY lib/ofp-print.c | 6 +++--- ofproto/connmgr.c | 9 +++++++++ ofproto/connmgr.h | 3 +++ ofproto/ofproto.c | 29 ++++++++++++++++++++++++++++- tests/ofproto.at | 34 ++++++++++++++++++++++++++++++++++ 5 files changed, 77 insertions(+), 4 deletions(-) -- 1.8.4 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
