Drivers selected from the below list can be used to automatically map to a driver name in supported tools using the platform's network_driver_mappings
property. For advanced automation purposes, the network driver field may be set to a value not present in this list but will not provide automatic mapping unless the NETWORK_DRIVERS
setting is updated to add the new value.
{% for value in network_driver_names %}
{% if value %}{{ value }} |
{% endif %}
{% endfor %}