classifier: Change classifier_find_rule_exactly() to take a cls_rule *.
[openvswitch] / vswitchd / vswitch.ovsschema
index d872fdc516ac0d2c0a20971a4e2dea9ba7ec0c63..0be1b176be7c2874664884494c9a62f522afda5b 100644 (file)
@@ -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"},
    "Interface": {
      "columns": {
        "name": {
-         "type": "string"},
+         "type": "string",
+         "mutable": false},
        "type": {
          "type": "string"},
        "options": {