8.8.2. agent
The following table outlines the options available under the [agent]
group in the /etc/neutron/plugins/ml2/openvswitch_agent.ini
file.
Configuration option = Default value | Type | Description |
---|---|---|
| string value | (DEPRECATED FOR REMOVAL) Selects the Agent Type reported. |
| boolean value | Enable local ARP responder if it is supported. Requires OVS 2.1 and ML2 l2population driver. Allows the switch (when supporting an overlay) to respond to an ARP request locally without performing a costly ARP broadcast into the overlay. NOTE: If enable_distributed_routing is set to True then arp_responder will automatically be set to True in the agent, regardless of the setting in the config file. |
| boolean value | Enable the agent to process Smart NIC ports. |
| boolean value | Set or un-set the don’t fragment (DF) bit on outgoing IP packet carrying GRE/VXLAN tunnel. |
| boolean value | Reset flow table on start. Setting this to True will cause brief traffic interruption. |
| boolean value | Make the l2 agent run in DVR mode. |
| boolean value | When set to True, the accepted egress unicast traffic will not use action NORMAL. The accepted egress packets will be taken care of in the final egress tables direct output flows for unicast traffic. |
| list value | Extensions list to use |
| boolean value | Use ML2 l2population mechanism driver to learn remote MAC and IPs and improve tunnel scalability. |
| boolean value | Minimize polling by monitoring ovsdb for interface changes. |
| integer value | The number of seconds to wait before respawning the ovsdb monitor after losing communication with it. |
| boolean value | Set or un-set the tunnel header checksum on outgoing IP packet carrying GRE/VXLAN tunnel. |
| list value | Network types supported by the agent (gre, vxlan and/or geneve). |
| integer value | MTU size of veth interfaces |
| port value | The UDP port to use for VXLAN tunnels. |