schema/arp: fix invalid pkt event output

Task #7857
pull/13743/head
Juliana Fajardini 11 months ago committed by Victor Julien
parent 775fc7795e
commit 342c649186

@ -5686,6 +5686,9 @@
"invalid_hardware_size": {
"type": "integer"
},
"invalid_pkt": {
"type": "integer"
},
"invalid_protocol_size": {
"type": "integer"
},
@ -5698,9 +5701,6 @@
"unsupported_opcode": {
"type": "integer"
},
"unsupported_pkt": {
"type": "integer"
},
"unsupported_protocol": {
"type": "integer"
}

Loading…
Cancel
Save