Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
flowspy
Commits
a9671611
Commit
a9671611
authored
Oct 16, 2013
by
Leonidas Poulopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update initial data with fragment types
parent
35e81722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
15 deletions
+50
-15
flowspec/fixtures/initial_data.json
flowspec/fixtures/initial_data.json
+50
-15
No files found.
flowspec/fixtures/initial_data.json
View file @
a9671611
[
{
"pk"
:
3
,
"model"
:
"flowspec.thenaction"
,
"pk"
:
3
,
"model"
:
"flowspec.thenaction"
,
"fields"
:
{
"action"
:
"discard"
,
"action"
:
"discard"
,
"action_value"
:
""
}
},
},
{
"pk"
:
27
,
"model"
:
"flowspec.thenaction"
,
"pk"
:
27
,
"model"
:
"flowspec.thenaction"
,
"fields"
:
{
"action"
:
"rate-limit"
,
"action"
:
"rate-limit"
,
"action_value"
:
"10000k"
}
},
},
{
"pk"
:
4
,
"model"
:
"flowspec.thenaction"
,
"pk"
:
4
,
"model"
:
"flowspec.thenaction"
,
"fields"
:
{
"action"
:
"rate-limit"
,
"action"
:
"rate-limit"
,
"action_value"
:
"1000k"
}
},
},
{
"pk"
:
1
,
"model"
:
"flowspec.thenaction"
,
"pk"
:
1
,
"model"
:
"flowspec.thenaction"
,
"fields"
:
{
"action"
:
"rate-limit"
,
"action"
:
"rate-limit"
,
"action_value"
:
"100k"
}
},
...
...
@@ -51,6 +51,41 @@
"fields"
:
{
"protocol"
:
"udp"
}
},
{
"pk"
:
1
,
"model"
:
"flowspec.fragmenttype"
,
"fields"
:
{
"fragmenttype"
:
"is-fragment"
}
},
{
"pk"
:
2
,
"model"
:
"flowspec.fragmenttype"
,
"fields"
:
{
"fragmenttype"
:
"dont-fragment"
}
},
{
"pk"
:
3
,
"model"
:
"flowspec.fragmenttype"
,
"fields"
:
{
"fragmenttype"
:
"first-fragment"
}
},
{
"pk"
:
4
,
"model"
:
"flowspec.fragmenttype"
,
"fields"
:
{
"fragmenttype"
:
"last-fragment"
}
},
{
"pk"
:
5
,
"model"
:
"flowspec.fragmenttype"
,
"fields"
:
{
"fragmenttype"
:
"not-a-fragment"
}
}
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment