[ovs-git] [openvswitch/ovs] b6999e: ovs-lib.in: Remove unnecessary conntrack flush

GitHub noreply at github.com
Wed Oct 31 17:39:43 UTC 2018


  Branch: refs/heads/branch-2.10
  Home:   https://github.com/openvswitch/ovs
  Commit: b6999eb3953bcd47f83397d5fca7a0947dd846d4
      https://github.com/openvswitch/ovs/commit/b6999eb3953bcd47f83397d5fca7a0947dd846d4
  Author: Yi-Hung Wei <yihung.wei at gmail.com>
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
    M utilities/ovs-lib.in

  Log Message:
  -----------
  ovs-lib.in: Remove unnecessary conntrack flush

We introduced flush-conntrack in force-reload-kmod script by commit
8bea39b186ca ("datapath: Prevent panic") to prevent kernel panic.
It turns out that the kernel panic is actually triggered by the
IPv4 secret timer, and it is fixed by commit
121905984724 ("compat: Initialize IPv4 reassembly secret timer").

This commit removes the unnecessary conntrack flush in the script.

Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
CC: Greg Rose <gvrose8192 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Reviewed-by: Greg Rose <gvrose8192 at gmail.com>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list