Skip to content

Commit fe4256c

Browse files
committed
https://telecominfraproject.atlassian.net/browse/WIFI-12868
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
1 parent dfb96fc commit fe4256c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/framework/ConfigurationValidator.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,6 +2235,17 @@ static std::string DefaultUCentralSchema = R"foo(
22352235
]
22362236
}
22372237
},
2238+
"vlan-awareness": {
2239+
"type": "object",
2240+
"properties": {
2241+
"first": {
2242+
"type": "integer"
2243+
},
2244+
"last": {
2245+
"type": "integer"
2246+
}
2247+
}
2248+
},
22382249
"vlan": {
22392250
"$ref": "#/$defs/interface.vlan"
22402251
},

0 commit comments

Comments
 (0)