openconnect: updated description to reflect current state
Resolves: #13471 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
parent
ed39c2f02e
commit
f9de9fbb4c
1 changed files with 8 additions and 6 deletions
|
@ -42,13 +42,15 @@ define Package/openconnect
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openconnect/description
|
define Package/openconnect/description
|
||||||
A VPN client compatible with Cisco's AnyConnect SSL VPN, ocserv and Juniper (Pulse secure).
|
A VPN client compatible with several SSL VPN implementations (ocserv, Cisco AnyConnect, Juniper, Palo Alto)
|
||||||
|
|
||||||
OpenConnect is a client that follows the Cisco's AnyConnect SSL VPN protocol,
|
OpenConnect is an SSL VPN client initially created to support Cisco's
|
||||||
which is supported by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800,
|
AnyConnect SSL VPN. It has since been extended to support the Pulse Connect
|
||||||
2800, 3800, 7200 Series and Cisco 7301 Routers, as well as the OpenConnect
|
Secure VPN (formerly known as Juniper Network Connect or Junos Pulse) and
|
||||||
VPN server. It has later been ported to support the Juniper SSL VPN which
|
the Palo Alto Networks GlobalProtect SSL VPN.
|
||||||
is now known as Pulse Connect Secure.
|
|
||||||
|
A corresponding OpenConnect VPN server implementation can be found in the
|
||||||
|
ocserv package.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|
Loading…
Reference in a new issue