Would you help me understand those rules?

Greetings

Can anyone help me understand those rules written in JSON because i could not grasp them, specially the MATCH_CHARACTERISTICS portion please?

{
“ipProtocol”: 6,
“not”: false,
“or”: false,
“type”: “MATCH_IP_PROTOCOL”
},
{
“mask”: “0000000000000002”,
“not”: false,
“or”: false,
“type”: “MATCH_CHARACTERISTICS”
},
{
“mask”: “0000000000000010”,
“not”: true,
“or”: false,
“type”: “MATCH_CHARACTERISTICS”
},
{
“ip”: “172.16.0.0/26”,
“not”: false,
“or”: false,
“type”: “MATCH_IPV4_DEST”
},
{
“ip”: “172.16.0.0/26”,
“not”: false,
“or”: false,
“type”: “MATCH_IPV4_SOURCE”
},
{
“type”: “ACTION_DROP”
},

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.