Files
sdn2025-lab2/project2_111550013/part2/flows_s1-3_111550013.json
2025-09-15 23:58:18 +08:00

27 lines
402 B
JSON

{
"priority": 40001,
"timeout": 0,
"isPermanent": true,
"deviceId": "of:0000000000000001",
"treatment": {
"instructions": [
{
"type": "OUTPUT",
"port": "2"
}
]
},
"selector": {
"criteria": [
{
"type": "ETH_TYPE",
"ethType": "0x0800"
},
{
"type": "IPV4_DST",
"ip": "10.0.0.2/32"
}
]
}
}