json/schema: Add additional VLAN layer stat

Issue: 2816

This commit extends the JSON schema with the additional VLAN stat for
tracking VLAN encapsulated packets with 3 levels.
pull/8965/head
Jeff Lucovsky 4 years ago committed by Victor Julien
parent 6350736882
commit 9dc68ac59a

@ -4204,6 +4204,9 @@
"vlan_qinq": { "vlan_qinq": {
"type": "integer" "type": "integer"
}, },
"vlan_qinqinq": {
"type": "integer"
},
"vntag": { "vntag": {
"type": "integer" "type": "integer"
}, },

Loading…
Cancel
Save