summaryrefslogtreecommitdiffstats
path: root/tests/py/bridge/vlan.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/bridge/vlan.t.json.output')
-rw-r--r--tests/py/bridge/vlan.t.json.output31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/py/bridge/vlan.t.json.output b/tests/py/bridge/vlan.t.json.output
new file mode 100644
index 00000000..8f27ec0e
--- /dev/null
+++ b/tests/py/bridge/vlan.t.json.output
@@ -0,0 +1,31 @@
+# ether type vlan ip protocol 1 accept
+[
+ {
+ "match": {
+ "left": {
+ "payload": {
+ "field": "type",
+ "protocol": "ether"
+ }
+ },
+ "op": "==",
+ "right": "vlan"
+ }
+ },
+ {
+ "match": {
+ "left": {
+ "payload": {
+ "field": "protocol",
+ "protocol": "ip"
+ }
+ },
+ "op": "==",
+ "right": 1
+ }
+ },
+ {
+ "accept": null
+ }
+]
+