This patches makes ofctl_rest enable use of the following messages. - OFPTableFeaturesStats message - OFPQueueGetConfig message - OFPTableStats message
Minoru TAKAHASHI (6): ofctl_rest: support OFPTableStats Message ofctl_rest: support OFPTableFeaturesStats Message ofctl_rest: support OFPQueueGetConfig Message doc/app/ofctl_rest: Add description for OFPTableFeaturesStats message doc/app/ofctl_rest: Add description for OFPQueueGetConfig message doc/app/ofctl_rest: Add description for OFPTableStats message doc/source/app/ofctl_rest.rst | 374 ++++++++++++++++++++++++++++++++++++++++++ ryu/app/ofctl_rest.py | 106 +++++++++++- ryu/lib/ofctl_v1_0.py | 51 ++++++ ryu/lib/ofctl_v1_2.py | 162 ++++++++++++++++++ ryu/lib/ofctl_v1_3.py | 152 +++++++++++++++++ 5 files changed, 844 insertions(+), 1 deletion(-) -- 1.9.1 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
