Last active
January 25, 2018 17:24
-
-
Save jasonish/285b28b27f843a29be77fceff90a6975 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"extra-data": [ | |
{ | |
"type": "flowbits", | |
"values": [ | |
"flowbit1", | |
"flowbit2", | |
"flowbit3" | |
] | |
}, | |
{ | |
"type": "pktvars", | |
"values": [ | |
{ | |
"gid": "0" | |
}, | |
{ | |
"uid": "0" | |
} | |
] | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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