The new NXAST_CONTROLLER action allows identifying a specific controller to which the "packet-in" should be directed.
Ben Pfaff (2): ofp-util: New functions for string versions of ofp_packet_in_reason. Add ability to direct "packet-in"s to particular controllers. DESIGN | 10 +++++++ NEWS | 2 + include/openflow/nicira-ext.h | 42 ++++++++++++++++++++++++++++++ include/openflow/openflow.h | 3 +- lib/learning-switch.c | 1 + lib/ofp-errors.h | 8 +++++- lib/ofp-parse.c | 57 +++++++++++++++++++++++++++++++++-------- lib/ofp-print.c | 49 +++++++++++++++++++++-------------- lib/ofp-util.c | 45 ++++++++++++++++++++++++++++++++ lib/ofp-util.def | 1 + lib/ofp-util.h | 6 ++++ ofproto/connmgr.c | 15 ++++++++++- ofproto/connmgr.h | 2 + ofproto/ofproto-dpif.c | 16 +++++++++-- ofproto/ofproto.c | 18 +++++++++++++ tests/ofp-print.at | 10 +++++++ tests/ofproto.at | 20 ++++++++++++-- tests/ovs-ofctl.at | 2 + utilities/ovs-ofctl.8.in | 32 ++++++++++++++++++++--- 19 files changed, 295 insertions(+), 44 deletions(-) -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
