[ovs-dev] [bug9964 0/5] fail-open shouldn't send packet-ins if they are disabled

Ben Pfaff blp at nicira.com
Mon Mar 12 21:38:21 UTC 2012


Patch 4/5 fixes bug #9964.  The rest is minor stuff I noticed along
the way.

Ben Pfaff (5):
  ofp-util: Fix typo in comment.
  connmgr: Drop 'flow' parameter from connmgr_send_packet_in().
  ofproto: connmgr_send_packet_in() doesn't need buffer_id and
    total_len.
  fail-open: Use connmgr_send_packet_in() instead of
    connmgr_broadcast().
  connmgr: Remove now-unused function connmgr_broadcast().

 lib/ofp-util.h         |    2 +-
 ofproto/connmgr.c      |   49 ++++++++++++-----------------------------------
 ofproto/connmgr.h      |    5 +--
 ofproto/fail-open.c    |   16 +++++++++-----
 ofproto/ofproto-dpif.c |    8 +-----
 5 files changed, 28 insertions(+), 52 deletions(-)

-- 
1.7.2.5




More information about the dev mailing list