Compare commits

..

5 Commits

Author SHA1 Message Date
TIP Automation User
9e1e75b1da Chg: update image tag in helm values to v4.1.0 2025-09-08 18:52:22 +00:00
TIP Automation User
7ba90a0964 Chg: update image tag in helm values to v4.1.0-RC2 2025-09-04 14:36:47 +00:00
Carsten Schafer
51a1b12d03 Merge pull request #424 from Telecominfraproject/WIFI-13821-merge-to-release-branch
Wifi 13821 merge to release branch
2025-09-03 22:05:03 -04:00
Carsten Schafer
e3e1d04b2f Merge remote-tracking branch 'origin/master' into rel4.1.0 2025-09-03 16:06:31 -04:00
TIP Automation User
e59304517e Chg: update image tag in helm values to v4.1.0-RC1 2025-08-28 12:12:15 +00:00
3 changed files with 31 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(owgw VERSION 4.2.0)
project(owgw VERSION 4.1.0)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)

View File

@@ -9,7 +9,7 @@ fullnameOverride: ""
images:
owgw:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owgw
tag: v4.2.0
tag: v4.1.0
pullPolicy: Always
# regcred:
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io

View File

@@ -276,8 +276,7 @@ static std::string DefaultAPSchema = R"foo(
"sae-mixed",
"wpa3",
"wpa3-192",
"wpa3-mixed",
"mpsk-radius"
"wpa3-mixed"
],
"examples": [
"psk2"
@@ -377,18 +376,21 @@ static std::string DefaultAPSchema = R"foo(
"properties": {
"port-mirror": {
"description": "Enable mirror of traffic from multiple minotor ports to a single analysis port.",
"type": "object",
"properties": {
"monitor-ports": {
"description": "The list of ports that we want to mirror.",
"type": "array",
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"monitor-ports": {
"description": "The list of ports that we want to mirror.",
"type": "array",
"items": {
"type": "string"
}
},
"analysis-port": {
"description": "The port that mirror'ed packets should be sent to.",
"type": "string"
}
},
"analysis-port": {
"description": "The port that mirror'ed packets should be sent to.",
"type": "string"
}
}
},
@@ -2417,11 +2419,6 @@ static std::string DefaultAPSchema = R"foo(
"encryption": {
"$ref": "#/$defs/interface.ssid.encryption"
},
"enhanced-mpsk": {
"description": "Optionally disable MPSK",
"type": "boolean",
"default": true
},
"multi-psk": {
"anyOf": [
{
@@ -3787,7 +3784,7 @@ static std::string DefaultAPSchema = R"foo(
"enum": [
"polled",
"final",
"raw"
"raw-data"
],
"default": "final"
},
@@ -4453,8 +4450,7 @@ static std::string DefaultSWITCHSchema = R"foo(
"sae-mixed",
"wpa3",
"wpa3-192",
"wpa3-mixed",
"mpsk-radius"
"wpa3-mixed"
],
"examples": [
"psk2"
@@ -4669,18 +4665,21 @@ static std::string DefaultSWITCHSchema = R"foo(
"properties": {
"port-mirror": {
"description": "Enable mirror of traffic from multiple minotor ports to a single analysis port.",
"type": "object",
"properties": {
"monitor-ports": {
"description": "The list of ports that we want to mirror.",
"type": "array",
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"monitor-ports": {
"description": "The list of ports that we want to mirror.",
"type": "array",
"items": {
"type": "string"
}
},
"analysis-port": {
"description": "The port that mirror'ed packets should be sent to.",
"type": "string"
}
},
"analysis-port": {
"description": "The port that mirror'ed packets should be sent to.",
"type": "string"
}
}
},
@@ -6634,11 +6633,6 @@ static std::string DefaultSWITCHSchema = R"foo(
"encryption": {
"$ref": "#/$defs/interface.ssid.encryption"
},
"enhanced-mpsk": {
"description": "Optionally disable MPSK",
"type": "boolean",
"default": true
},
"multi-psk": {
"anyOf": [
{