commit | 5d1473d17b78145e6e4d780b2e5aa0ba955e9b27 | [log] [tgz] |
---|---|---|
author | Saurav Das <sauravdas@alumni.stanford.edu> | Thu Jul 12 11:02:56 2018 -0700 |
committer | Saurav Das <sauravdas@alumni.stanford.edu> | Thu Jul 12 11:02:56 2018 -0700 |
tree | f447e62b5d4803dca4a3937b8d4056ef40edceef | |
parent | aaa0262d6f18709c2f2077c4accec92778b1db3e [diff] [blame] |
Adding tests for vlan crossconnects with double vlan tags Change-Id: Icdfcbde3cc0d6ed6ba2dea1215098be672df6aaf
diff --git a/src/python/loxi/of13/oxm.py b/src/python/loxi/of13/oxm.py index 7541ecf..a2c0a23 100755 --- a/src/python/loxi/of13/oxm.py +++ b/src/python/loxi/of13/oxm.py
@@ -6170,6 +6170,7 @@ VPWS = 1 TUNNEL_ID_BASE = 0x10000 +TUNNEL_ID_BASE_CROSS_CONNECT = 0x20000 L3_PHP = 32 class exp1ByteValue(oxm):