[ovs-git] [ovn-org/ovn] d4bca9: controller: Don't allocate zone ids for non-VIF po...

numansiddique noreply at github.com
Tue Aug 24 03:29:23 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/ovn-org/ovn
  Commit: d4bca93c0851c2f0b739411cd49ce32e3b8263bb
      https://github.com/ovn-org/ovn/commit/d4bca93c0851c2f0b739411cd49ce32e3b8263bb
  Author: Numan Siddique <numans at ovn.org>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M controller/ovn-controller.c
    M tests/ovn.at

  Log Message:
  -----------
  controller: Don't allocate zone ids for non-VIF port bindings.

The commit 6fb87aad8c3("controller: Improve ct zone handling.")
caused a regression.  After this commit ovn-controller is allocating
zone id for non VIF port bindings and this is causing unexpected
behavior.  This patch fixes this issue.  Also added a test case
to cover this scenario.

Fixes: 6fb87aad8c3("controller: Improve ct zone handling.")
Reported-by: Vladislav Odintsov <odivlad at gmail.com>
Tested-by: Vladislav Odintsov <odivlad at gmail.com>
Signed-off-by: Numan Siddique <numans at ovn.org>




More information about the git mailing list