![Sridhar Ramaswamy](/assets/img/avatar_default.png)
Introducing new service-driver and device-driver for Vyatta vRouter. with portions of vRouter parsing code hosted in stackforge/networking-brocade repo. Change-Id: I6028283c86849196170ada8b5ebeb1efe4e38ea4 Implements: blueprint brocade-vyatta-vpnaas-plugin
14 lines
804 B
Plaintext
14 lines
804 B
Plaintext
|
|
[service_providers]
|
|
# Must be in form:
|
|
# service_provider=<service_type>:<name>:<driver>[:default]
|
|
# List of allowed service types includes VPN
|
|
# Combination of <service type> and <name> must be unique; <driver> must also be unique
|
|
# This is multiline option
|
|
service_provider=VPN:openswan:neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
|
|
# Uncomment the following line (and comment out the OpenSwan VPN line) to enable Cisco's VPN driver.
|
|
# service_provider=VPN:cisco:neutron_vpnaas.services.vpn.service_drivers.cisco_ipsec.CiscoCsrIPsecVPNDriver:default
|
|
# Uncomment the following line (and comment out the OpenSwan VPN line) to enable Brocade Vyatta's VPN driver.
|
|
# service_provider=VPN:vyatta:neutron_vpnaas.services.vpn.service_drivers.vyatta_ipsec.VyattaIPsecDriver:default
|
|
|