aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/vtn/vtnweb/src/test/resources/org/onosproject/vtnweb/web/flowClassifier.json
blob: 0fc0b74eedb4b0c719fb4a012ebe9f467b458fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "id": "4a334cd4-fe9c-4fae-af4b-321c5e2eb051",
    "name": "flow1",
    "tenant_id": "1814726e2d22407b8ca76db5e567dcf1",
    "description": "flow classifier",
    "ethertype": "IPv4",
    "protocol": "tcp",
    "source_port_range_min": 22, "source_port_range_max": 4000,
    "destination_port_range_min": 80, "destination_port_range_max": 80,
    "source_ip_prefix": "1.1.1.1/16" , "destination_ip_prefix": "22.12.34.45/16"
   }