[ovs-git] [openvswitch/ovs] 3c35db: ofproto: Implement OF1.4 Group & Meter change noti...

GitHub noreply at github.com
Wed Sep 9 20:17:49 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 3c35db62d0ebdf6191c60aae0ccadbb40ac933ba
      https://github.com/openvswitch/ovs/commit/3c35db62d0ebdf6191c60aae0ccadbb40ac933ba
  Author: Niti Rohilla <niti.rohilla at tcs.com>
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
    M include/openflow/openflow-1.4.h
    M lib/learning-switch.c
    M lib/ofp-msgs.h
    M lib/ofp-print.c
    M lib/ofp-util.c
    M lib/ofp-util.h
    M lib/rconn.c
    M ofproto/connmgr.c
    M ofproto/connmgr.h
    M ofproto/ofproto.c
    M tests/ofp-print.at
    M tests/ofproto.at

  Log Message:
  -----------
  ofproto: Implement OF1.4 Group & Meter change notification messages

This patch adds support for Openflow1.4 Group & meter change notification
messages. In a multi controller environment, when a controller modifies the
state of group and meter table, the request that successfully modifies this
state is forwarded to other controllers. Other controllers are informed with
the OFPT_REQUESTFORWARD message. Request forwarding is enabled on a per
controller channel basis using the Set Asynchronous Configuration Message.

Signed-off-by: Niti Rohilla <niti.rohilla at tcs.com>
Co-authored-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list