In 2.5.0, Port.vlan_mode is defined in the schema to be:
"vlan_mode": {
"type": {"key": {"type": "string",
"enum": ["set", ["trunk", "access", "native-tagged",
"native-untagged"]]},
"min": 0, "max": 1}},
However, it actually returns an empty set:
{
"name": "2080698601994",
"tag": 500,
"vlan_mode": [
"set",
[]
]
}
Is this intended?
--
Nick
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
