[ovs-git] [openvswitch/ovs] 3871fd: Add OpenFlow command to flush conntrack table entr...

GitHub noreply at github.com
Fri Sep 23 19:31:57 UTC 2016


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 3871fd594c7f4ca5f28b8f6f7e7f37976e93eb16
      https://github.com/openvswitch/ovs/commit/3871fd594c7f4ca5f28b8f6f7e7f37976e93eb16
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M NEWS
    M debian/changelog
    M include/openflow/nicira-ext.h
    M include/openvswitch/ofp-msgs.h
    M lib/ct-dpif.c
    M lib/ofp-print.c
    M lib/ofp-util.c
    M lib/rconn.c
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-provider.h
    M ofproto/ofproto.c
    M tests/ofp-print.at
    M tests/ovs-ofctl.at
    M utilities/ovs-ofctl.8.in
    M utilities/ovs-ofctl.c

  Log Message:
  -----------
  Add OpenFlow command to flush conntrack table entries.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: a4c59798377f0e35e679311f70620ae0241881fa
      https://github.com/openvswitch/ovs/commit/a4c59798377f0e35e679311f70620ae0241881fa
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M lib/ovsdb-idl.c
    M lib/ovsdb-idl.h

  Log Message:
  -----------
  ovsdb-idl: Return result of transaction in ovsdb_idl_loop_commit_and_wait().

This will have a caller in the future.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Signed-off-by: Justin Pettit <jpettit at ovn.org>


  Commit: 58b89d01a4ada412f8e7417383b10f44c9172915
      https://github.com/openvswitch/ovs/commit/58b89d01a4ada412f8e7417383b10f44c9172915
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M ovn/controller/ovn-controller.8.xml
    M ovn/controller/ovn-controller.c

  Log Message:
  -----------
  ovn-controller: Store conntrack zone mappings to OVS database.

If ovn-controller is restarted, it may choose different conntrack zones
than had been previously used, which could cause the wrong conntrack
entries to be associated with a logical port.  This commit stores in the
integration bridge's OVS "Bridge" table the mapping to the conntrack zone.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: f72a6b32ac7600b253163816cd0a0c36d0228e96
      https://github.com/openvswitch/ovs/commit/f72a6b32ac7600b253163816cd0a0c36d0228e96
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2016-09-23 (Fri, 23 Sep 2016)

  Changed paths:
    M ovn/controller/ofctrl.c
    M ovn/controller/ofctrl.h
    M ovn/controller/ovn-controller.c
    M ovn/controller/ovn-controller.h

  Log Message:
  -----------
  ovn-controller: Flush conntrack entries for newly allocated zones.

Flush any existing conntrack entries for a zone when that zone is
allocated to a new logical port.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/fa2202a39567...f72a6b32ac76


More information about the git mailing list