[firefly] [PATCH 0/3] Implement OFPT_GET_ASYNC_REQUEST, OFPT_GET_ASYNC_REPLY

Alexandru Copot alex.mihai.c at gmail.com
Sat Sep 7 12:04:21 EEST 2013


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



More information about the firefly mailing list