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 3 years ago committed by Victor Julien
parent 6350736882
commit 9dc68ac59a

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

Loading…
Cancel
Save