summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vswitchd/vswitch.ovsschema9
1 files changed, 6 insertions, 3 deletions
diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema
index c8a4963af..0c2aaf42a 100644
--- a/vswitchd/vswitch.ovsschema
+++ b/vswitchd/vswitch.ovsschema
@@ -36,7 +36,8 @@
"Bridge": {
"columns": {
"name": {
- "type": "string"},
+ "type": "string",
+ "mutable": false},
"datapath_type": {
"type": "string"},
"datapath_id": {
@@ -78,7 +79,8 @@
"Port": {
"columns": {
"name": {
- "type": "string"},
+ "type": "string",
+ "mutable": false},
"interfaces": {
"type": {"key": {"type": "uuid",
"refTable": "Interface"},
@@ -115,7 +117,8 @@
"Interface": {
"columns": {
"name": {
- "type": "string"},
+ "type": "string",
+ "mutable": false},
"type": {
"type": "string"},
"options": {