X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=vswitchd%2Fvswitch.ovsschema;h=8661875ff28b0b6b7ef04b3b28fc49208b4ee8e9;hb=c874f17fc743b38295f6059ab6554561b7555724;hp=c148b6e178866d9103e8d940d3520ff219db2a06;hpb=7360012bdf64effd898242a58634267e203a2795;p=openvswitch diff --git a/vswitchd/vswitch.ovsschema b/vswitchd/vswitch.ovsschema index c148b6e1..8661875f 100644 --- a/vswitchd/vswitch.ovsschema +++ b/vswitchd/vswitch.ovsschema @@ -22,7 +22,8 @@ "next_cfg": { "type": "integer"}, "cur_cfg": { - "type": "integer"}}}, + "type": "integer"}}, + "maxRows": 1}, "Bridge": { "columns": { "name": { @@ -120,6 +121,9 @@ "columns": { "name": { "type": "string"}, + "select_all": { + "type": "boolean" + }, "select_src_port": { "type": {"key": {"type": "uuid", "refTable": "Port", @@ -225,4 +229,5 @@ "ca_cert": { "type": "string"}, "bootstrap_ca_cert": { - "type": "boolean"}}}}} + "type": "boolean"}}, + "maxRows": 1}}}