[ovs-git] [ovn-org/ovn] 2cc42b: northd: Change the default value of ignore_lsp_dow...

Han Zhou noreply at github.com
Mon Oct 4 20:01:49 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/ovn-org/ovn
  Commit: 2cc42bdefd0e703d8d4cd9b02f13ceb5efcbe905
      https://github.com/ovn-org/ovn/commit/2cc42bdefd0e703d8d4cd9b02f13ceb5efcbe905
  Author: Han Zhou <hzhou at ovn.org>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M NEWS
    M northd/northd.c
    M northd/ovn_northd.dl
    M ovn-nb.xml
    M tests/ovn-northd.at

  Log Message:
  -----------
  northd: Change the default value of ignore_lsp_down to true.

The current default behavior is that ARP responder flows for VIFs are
added by northd after the port-binding state is UP, which creates more
trouble than benefit in most use cases. To make the default behavior
desirable for majority of the use cases, set the option ignore_lsp_down
to true by default. This would help saving the control plane cost in
large scale environment, reduce the e2e latency for all flows to be
installed for a VIF, and making the VIF readiness checking more convenient
in test cases and likely in CMS as well. User can still set it to false
in circumstances (if any) when this behavior is not desired.

Signed-off-by: Han Zhou <hzhou at ovn.org>
Acked-by: Mark D. Gray <mark.d.gray at redhat.com>
Acked-by: Numan Siddique <numans at ovn.org>




More information about the git mailing list