"type": {"key": "string", "min": 1, "max": "unlimited"}},
"engine_type": {
"comment": "Engine type to use in NetFlow messages. Defaults to datapath index if not specified.",
- "type": "integer", "min":0, "max":1},
+ "type": {"key": "integer", "min": 0, "max": 1}},
"engine_id": {
"comment": "Engine ID to use in NetFlow messages. Defaults to datapath index if not specified.",
- "type": "integer", "min":0, "max":1},
+ "type": {"key": "integer", "min": 0, "max": 1}},
"add_id_to_interface": {
"comment": "Place least-significant 7 bits of engine ID into most significant bits of ingress and egress interface fields of NetFlow records?",
"type": "boolean"},