Open Cahb opened 9 months ago
The following snippet, is a sample of port-isolation cfg pushed from cloud:
"port-isolation": {
"sessions": [
{
"id": 1,
"uplink": {
"interface-list": [
"Ethernet20"
]
},
"downlink": {
"interface-list": [
"Ethernet21"
]
}
}
]
},
Also note that in the full configure message, Ethernet20 is in both uplink and downlink lists, whereas the above snippet has Ethernet20 and Ethernet21 respectively. Only mentioning in case this is another unexpected behaviour/error as the snippet doesn't match the full block content under downlink, as well as having erroneous key/tag
uCentral uses WSS (LEJP) callbacks to transform TCP/WSS packets from fragmented data batches into single cJSON object. There's (presumably) a bug in the parser, as the following issue is observed: uCentral client wrongfully parses underlying names for port-isolation: