]> git.ipfire.org Git - thirdparty/openvpn.git/commit
grow route lists dynamically
authorHeiko Hund <heiko.hund@sophos.com>
Tue, 18 Feb 2014 17:59:55 +0000 (18:59 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 23 Feb 2014 14:18:27 +0000 (15:18 +0100)
commitd0085293e709c8a722356cfa68ad74c962aef9a2
tree390d67c4d18891f17485500418c0f06153d00b22
parent66ff10ef5197b6c70429a15e572aeb2d4073b470
grow route lists dynamically

This removes the need for the --max-routes option. Instead of
allocating a fixed size array for the route(-option)s they are
managed in linked lists instead.

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1392746395-19246-1-git-send-email-heiko.hund@sophos.com>
URL: http://article.gmane.org/gmane.network.openvpn.devel/8295
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/options.h
src/openvpn/push.c
src/openvpn/route.c
src/openvpn/route.h