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

GitHub noreply at github.com
Fri Sep 23 19:21:18 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 2a7c4805a76d5a06f28346e1cf992c57b1c8871d
      https://github.com/openvswitch/ovs/commit/2a7c4805a76d5a06f28346e1cf992c57b1c8871d
  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: 8ba0e38ac80e4e571421c3bc90ba0a8a741ccc09
      https://github.com/openvswitch/ovs/commit/8ba0e38ac80e4e571421c3bc90ba0a8a741ccc09
  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: 8cb9ebac7da0c694654d339f9ee9cf4e6076eccd
      https://github.com/openvswitch/ovs/commit/8cb9ebac7da0c694654d339f9ee9cf4e6076eccd
  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: 11b75557aebd7caa433658895ff5c5e0381c34a0
      https://github.com/openvswitch/ovs/commit/11b75557aebd7caa433658895ff5c5e0381c34a0
  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/14338f2263f5...11b75557aebd


More information about the git mailing list