summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-openvpn
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-07 22:37:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-07 22:37:45 +0000
commitf1f031fba5a78f4271613c89de9a4cf63b009ba4 (patch)
tree3685ec279a830bfe3eec1d24a67abb2f77088ebd /applications/luci-openvpn
parentf2530c711356bff0424457a8efaf0ff46b299f9e (diff)
* luci/app/openvpn: ... and now fix the copy-paste errors
Diffstat (limited to 'applications/luci-openvpn')
-rw-r--r--applications/luci-openvpn/root/etc/config/openvpn_recipes4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-openvpn/root/etc/config/openvpn_recipes b/applications/luci-openvpn/root/etc/config/openvpn_recipes
index 69cff8045..0f2ee4ff8 100644
--- a/applications/luci-openvpn/root/etc/config/openvpn_recipes
+++ b/applications/luci-openvpn/root/etc/config/openvpn_recipes
@@ -62,7 +62,7 @@ config openvpn_recipe client_tun
#
# 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 _role "server"
option dev "tap"
@@ -79,7 +79,7 @@ config openvpn_recipe server_tun
#
# Ethernet bridge client
#
-config openvpn_recipe client_tun
+config openvpn_recipe client_tap_bridge
option _description "Client configuration for an ethernet bridge VPN"
option _role "client"
option client "1"