aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/vswitch.ovsschema
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-09-01 13:28:25 -0700
committerEthan Jackson <ethan@nicira.com>2011-09-09 14:11:14 -0700
commit348f01e3e36b67f86ac2f9f90c7574d9e1b85d73 (patch)
treeb3509848776cecf12396de0de4e7a73181df36ca /vswitchd/vswitch.ovsschema
parentde72402954abc382e63532e6d179583c5eea6227 (diff)
cfm: Eight byte MPIDs in extended mode.
802.1ag only allows for MPIDs in the range [1, 8191]. This is restrictive enough to make assignment of MPIDs to instances of OVS awkward. This patch allows eight byte MPIDs when running in extended mode. Bug #7014.
Diffstat (limited to 'vswitchd/vswitch.ovsschema')
-rw-r--r--vswitchd/vswitch.ovsschema4
1 files changed, 2 insertions, 2 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index 43ff95d8..4a009b0d 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -1,6 +1,6 @@
{"name": "Open_vSwitch",
"version": "6.0.0",
- "cksum": "1100213054 14376",
+ "cksum": "277444055 14339",
"tables": {
"Open_vSwitch": {
"columns": {
@@ -168,7 +168,7 @@
"ephemeral": true},
"cfm_mpid": {
"type": {
- "key": {"type": "integer", "minInteger": 1, "maxInteger": 8191},
+ "key": {"type": "integer"},
"min": 0,
"max": 1}},
"cfm_fault": {