openconnect: removed unneeded entries from interface
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 10 Jan 2015 09:29:44 +0000 (10:29 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 10 Jan 2015 10:00:35 +0000 (11:00 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
net/openconnect/README

index f31d4312628acba3ebea1285053236ce362d1180..3cd562194adcf4e9478f2c7005e72521f113ef69 100644 (file)
@@ -3,8 +3,6 @@ The openconnect client expects to be configured using the uci interface.
 To setup a VPN connection, add the following to /etc/config/network:
 
 config interface 'MYVPN'
-        option _orig_ifname 'vpnc'
-        option _orig_bridge 'false'
         option proto 'openconnect'
         option server 'vpn.example.com'
         option port '4443'