]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Eliminated the limitation on the number of options that can be pushed
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sun, 27 Sep 2009 02:12:15 +0000 (02:12 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sun, 27 Sep 2009 02:12:15 +0000 (02:12 +0000)
commit3eee126eba7314e203a50b6398fa5333cbf12ff7
tree2b07c330d53e1346c5383bfefe1a997d54bbde7c
parent673f583f76358b57e7f610084d3cb28bb2a9c4a2
Eliminated the limitation on the number of options that can be pushed
to clients, including routes.  Previously, all pushed options needed
to fit within a 1024 byte options string.

Remember that to make use of this feature to allow many routes to
be pushed to clients, the client config file must specify the
max-routes option, and the number of pushed routes cannot exceed
this limit.  Also, both server and client must include this commit.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@4991 e7ae566f-a301-0410-adde-c780ea21d3b5
16 files changed:
Makefile.am
common.h
crypto.c
crypto.h
error.h
init.c
openvpn.h
options.c
options.h
push.c
push.h
pushlist.h [new file with mode: 0644]
route.c
ssl.c
ssl.h
version.m4