mbox series

[ovs-dev,v5,0/2] Add support to disable VXLAN mode.

Message ID 20240503081348.189608-1-odivlad@gmail.com
Headers show
Series Add support to disable VXLAN mode. | expand

Message

Vladislav Odintsov May 3, 2024, 8:13 a.m. UTC
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           | 91 ++++++++++++++++++---------------------
 northd/northd.h           |  6 ++-
 ovn-architecture.7.xml    | 16 ++++---
 ovn-nb.xml                | 10 +++++
 tests/ovn-northd.at       | 29 +++++++++++++
 7 files changed, 108 insertions(+), 57 deletions(-)