Searched refs:OvsVport (Results 1 – 1 of 1) sorted by relevance
2369 class OvsVport(GenericNetlinkSocket): class2400 if vport_type == OvsVport.OVS_VPORT_TYPE_NETDEV:2402 elif vport_type == OvsVport.OVS_VPORT_TYPE_INTERNAL:2408 return OvsVport.OVS_VPORT_TYPE_NETDEV2410 return OvsVport.OVS_VPORT_TYPE_INTERNAL2415 self.bind(OVS_VPORT_FAMILY, OvsVport.ovs_vport_msg)2419 msg = OvsVport.ovs_vport_msg()2444 msg = OvsVport.ovs_vport_msg()2453 ["OVS_VPORT_ATTR_TYPE", OvsVport.str_to_type(ptype)]2497 msg = OvsVport.ovs_vport_msg()[all …]