* luci/app/openvpn: ... and now fix the copy-paste errors
This commit is contained in:
parent
f2530c7113
commit
f1f031fba5
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ config openvpn_recipe client_tun
|
||||||
#
|
#
|
||||||
# Multi-client ethernet bridge server
|
# Multi-client ethernet bridge server
|
||||||
#
|
#
|
||||||
config openvpn_recipe server_tun
|
config openvpn_recipe server_tap_bridge
|
||||||
option _description "Server configuration for an ethernet bridge VPN"
|
option _description "Server configuration for an ethernet bridge VPN"
|
||||||
option _role "server"
|
option _role "server"
|
||||||
option dev "tap"
|
option dev "tap"
|
||||||
|
@ -79,7 +79,7 @@ config openvpn_recipe server_tun
|
||||||
#
|
#
|
||||||
# Ethernet bridge client
|
# Ethernet bridge client
|
||||||
#
|
#
|
||||||
config openvpn_recipe client_tun
|
config openvpn_recipe client_tap_bridge
|
||||||
option _description "Client configuration for an ethernet bridge VPN"
|
option _description "Client configuration for an ethernet bridge VPN"
|
||||||
option _role "client"
|
option _role "client"
|
||||||
option client "1"
|
option client "1"
|
||||||
|
|
Loading…
Reference in a new issue