Sample [DATAPLANE_DRIVER_IPVPN] with driver=ovs

This sample configuration can also be viewed in the raw format.

[DEFAULT]


[dataplane_driver_ipvpn]

#
# From networking_bagpipe.dataplane.ipvpn.mpls_ovs
#

# Interface used to send/receive MPLS traffic. Use '*gre*' to choose automatic
# creation of a tunnel port for MPLS/GRE encap (string value)
#mpls_interface = <None>

# Options, comma-separated, passed to OVS for GRE tunnel port creation (e.g.
# 'packet_type=legacy_l3, ...') that will be added as OVS tunnel interface
# options (e.g. 'options:packet_type=legacy_l3 options:...') (list value)
#gre_tunnel_options =

# Force the use of MPLS/GRE even with mpls_interface specified (string value)
# Possible values:
# auto - <No description provided>
# True - <No description provided>
# False - <No description provided>
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#mpls_over_gre = auto

# Activate ARP responder per VRF for any IP address (boolean value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#proxy_arp = false

# ARP responder per VRF (boolean value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#arp_responder = false

# Be ready to receive VPN traffic as VXLAN, and to preferrably send traffic as
# VXLAN when advertised by the remote end (boolean value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#vxlan_encap = false

# (string value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#ovs_bridge = br-mpls

# (integer value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#input_table = 0

# (integer value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#ovs_table_id_start = 1

# OVS interface name for MPLS/GRE encap (string value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#gre_tunnel = mpls_gre

# (integer value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#ovsbr_interfaces_mtu = <None>

# Can be used to control the OVS group bucket selection method (mapped to ovs
# 'selection_method') (string value)
# Possible values:
# hash - <No description provided>
# dp_hash - <No description provided>
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#hash_method = dp_hash

# Can be used to control the OVS group bucket selection method (mapped to ovs
# 'selection_method_param') (string value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#hash_method_param = 0

# Can be used to control the fields used by the OVS group bucket selection
# method (mapped to ovs 'fields') (list value)
# Advanced Option: intended for advanced users and not used
# by the majority of users, and might have a significant
# effect on stability and/or performance.
#hash_fields =