neutron/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native
Brian Haley 4f10c3bd3f Remove usage of six.text_type and six.string_type
With python 3.x, six.text_type and six.string_type
are just str.

Also removed a six.integer_type since it was the only
one left in a file.

Another step in removing all of six usage from neutron.

Change-Id: I5208dc41bff1983ecd323286f427296b722da62a
2020-05-22 14:02:55 -04:00
..
__init__.py OVS-agent: Introduce Ryu based OpenFlow implementation 2015-09-02 14:05:18 +09:00
br_dvr_process.py DVR: Modify DVR flows to allow ARP requests to hit ARP Responder table 2019-05-30 08:11:31 +00:00
br_int.py Add accepted egress direct flow 2020-01-10 22:50:02 +08:00
br_phys.py Divide-and-conquer local bridge flows beasts 2019-03-26 21:13:25 +08:00
br_tun.py Remove some native openflow driver 'deferred' code 2020-04-20 10:55:10 -04:00
main.py Replace ryu with os_ken 2018-12-13 10:00:17 +00:00
ofswitch.py Remove usage of six.text_type and six.string_type 2020-05-22 14:02:55 -04:00
ovs_bridge.py Adding check for IPv6 address in setup_controllers 2019-10-29 15:10:25 +00:00
ovs_oskenapp.py Replace ryu with os_ken 2018-12-13 10:00:17 +00:00