v6:
  - Addressed Mark's review comments:
    1. Removed global variable "vxlan_mode" change from "global" engine node.
    2. Configuration knob "disable_vxlan_mode" was renamed to "vxlan_mode"
v5:
  - Addressed Ihar's review comments:
    1. fixed errors after incorrect conflicts solving on rebase;
    2. changed VXLAN mode naming to capitalized;
    3. clarified VXLAN mode in ovn-architecture man page.
v4:
  - Addressed Dumitru's and Ihar's review comments;
  - single patch was split into two:
    1. function call replaced with a global variable `vxlan_mode`;
    2. introduced `disable_vxlan_mode` configuration knob;
  - rebased onto latest main branch.
v3:
  - Removed accidental ovs submodule change.
v2:
  - Added NEWS item.

Vladislav Odintsov (2):
  northd: Make `vxlan_mode` a global variable.
  northd: Add support for disabling vxlan mode.

 NEWS                      |  4 ++
 northd/en-global-config.c |  9 ++++-
 northd/northd.c           | 84 +++++++++++++++++----------------------
 northd/northd.h           |  6 ++-
 ovn-architecture.7.xml    | 16 +++++---
 ovn-nb.xml                | 10 +++++
 tests/ovn-northd.at       | 29 ++++++++++++++
 7 files changed, 104 insertions(+), 54 deletions(-)

-- 
2.44.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to