Skip to content

Instantly share code, notes, and snippets.

@jasonish
Last active January 25, 2018 17:24
Show Gist options
  • Save jasonish/285b28b27f843a29be77fceff90a6975 to your computer and use it in GitHub Desktop.
Save jasonish/285b28b27f843a29be77fceff90a6975 to your computer and use it in GitHub Desktop.
{
"extra-data": [
{
"type": "flowbits",
"values": [
"flowbit1",
"flowbit2",
"flowbit3"
]
},
{
"type": "pktvars",
"values": [
{
"gid": "0"
},
{
"uid": "0"
}
]
}
]
}
{
"extra-data": [
{
"type": "flowbit",
"value": "flowbit1"
},
{
"type": "flowbit",
"value": "flowbit2"
},
{
"type": "flowbit",
"value": "flowbit3"
},
{
"type": "pktvar",
"value": {
"gid": "0"
}
},
{
"type": "pktvar",
"value": {
"uid": "0"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment