X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch-idl.ann;h=7a5cc3147f2b3b73330f56b872c4b4897cff7f5b;hb=c45ab5e9b76adc4097a3243bfc07502e658ccd5c;hp=b8e457d5b469e36df035dd59ff91d81b7a3960fe;hpb=2ad2eb042517b975d761d456cceb5c9325c4aaa7;p=openvswitch diff --git a/vswitchd/vswitch-idl.ann b/vswitchd/vswitch-idl.ann index b8e457d5..7a5cc314 100644 --- a/vswitchd/vswitch-idl.ann +++ b/vswitchd/vswitch-idl.ann @@ -7,15 +7,3 @@ s["idlPrefix"] = "ovsrec_" s["idlHeader"] = "\"vswitchd/vswitch-idl.h\"" -s["tables"]["Open_vSwitch"]["columns"]["bridges"]["type"]["keyRefTable"] = "Bridge" -s["tables"]["Open_vSwitch"]["columns"]["controller"]["type"]["keyRefTable"] = "Controller" -s["tables"]["Open_vSwitch"]["columns"]["ssl"]["type"]["keyRefTable"] = "SSL" -s["tables"]["Bridge"]["columns"]["ports"]["type"]["keyRefTable"] = "Port" -s["tables"]["Bridge"]["columns"]["mirrors"]["type"]["keyRefTable"] = "Mirror" -s["tables"]["Bridge"]["columns"]["netflow"]["type"]["keyRefTable"] = "NetFlow" -s["tables"]["Bridge"]["columns"]["sflow"]["type"]["keyRefTable"] = "sFlow" -s["tables"]["Bridge"]["columns"]["controller"]["type"]["keyRefTable"] = "Controller" -s["tables"]["Port"]["columns"]["interfaces"]["type"]["keyRefTable"] = "Interface" -s["tables"]["Mirror"]["columns"]["select_src_port"]["type"]["keyRefTable"] = "Port" -s["tables"]["Mirror"]["columns"]["select_dst_port"]["type"]["keyRefTable"] = "Port" -s["tables"]["Mirror"]["columns"]["output_port"]["type"]["keyRefTable"] = "Port"