update gitignore
[flowspy] / flowspec / fixtures / initial_data.json
1 [
2     {
3         "pk": 3,
4         "model": "flowspec.thenaction",
5         "fields": {
6             "action": "discard",
7             "action_value": ""
8         }
9     },
10     {
11         "pk": 27,
12         "model": "flowspec.thenaction",
13         "fields": {
14             "action": "rate-limit",
15             "action_value": "10000k"
16         }
17     },
18     {
19         "pk": 4,
20         "model": "flowspec.thenaction",
21         "fields": {
22             "action": "rate-limit",
23             "action_value": "1000k"
24         }
25     },
26     {
27         "pk": 1,
28         "model": "flowspec.thenaction",
29         "fields": {
30             "action": "rate-limit",
31             "action_value": "100k"
32         }
33     },
34     {
35         "pk": 1,
36         "model": "flowspec.matchprotocol",
37         "fields": {
38             "protocol": "icmp"
39         }
40     },
41     {
42         "pk": 2,
43         "model": "flowspec.matchprotocol",
44         "fields": {
45             "protocol": "tcp"
46         }
47     },
48     {
49         "pk": 3,
50         "model": "flowspec.matchprotocol",
51         "fields": {
52             "protocol": "udp"
53         }
54     },
55     {
56         "pk": 1,
57         "model": "flowspec.fragmenttype",
58         "fields": {
59             "fragmenttype": "is-fragment"
60         }
61     },
62     {
63         "pk": 2,
64         "model": "flowspec.fragmenttype",
65         "fields": {
66             "fragmenttype": "dont-fragment"
67         }
68     },
69     {
70         "pk": 3,
71         "model": "flowspec.fragmenttype",
72         "fields": {
73             "fragmenttype": "first-fragment"
74         }
75     },
76     {
77         "pk": 4,
78         "model": "flowspec.fragmenttype",
79         "fields": {
80             "fragmenttype": "last-fragment"
81         }
82     },
83     {
84         "pk": 5,
85         "model": "flowspec.fragmenttype",
86         "fields": {
87             "fragmenttype": "not-a-fragment"
88         }
89     }
90
91 ]