- Learning OpenStack Networking
- James Denton
- 75字
- 2025-02-24 14:51:47
Type drivers
Type drivers describe the type of networks that can be created and implemented by Mechanism drivers. Type drivers included with the ML2 plugin include local, flat, vlan, gre, vxlan, and geneve. Not all Mechanism drivers can implement all types of networks, however. The Linux bridge driver lacks support for GENEVE and GRE networks.
Update the ML2 configuration file on the controller01 node and add the following type_drivers:
[ml2]
...
type_drivers = local,flat,vlan,vxlan