X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch-idl.ann;h=7a5cc3147f2b3b73330f56b872c4b4897cff7f5b;hb=d54ff9987c3bbd9989ee7fef574bdab3207aca60;hp=ff5766aecb5b48fb84b5ed3307208720dfec374f;hpb=00732bf5b5da6f1d71dc4f4b42f54224c03f71f6;p=openvswitch diff --git a/vswitchd/vswitch-idl.ann b/vswitchd/vswitch-idl.ann index ff5766ae..7a5cc314 100644 --- a/vswitchd/vswitch-idl.ann +++ b/vswitchd/vswitch-idl.ann @@ -7,14 +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"]["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"