]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix directly connected routes for "topology subnet" on Solaris.
authorGert Doering <gert@greenie.muc.de>
Tue, 26 Mar 2013 16:09:35 +0000 (17:09 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 27 Mar 2013 08:36:37 +0000 (09:36 +0100)
commit792e8956b999b6932d472e4ab592bff160e52888
tree82a1e6ddf39eea5c2b18e33df8eaed62233b3712
parent15ca5c297b556fbbfdee6152af26ee158222614f
Fix directly connected routes for "topology subnet" on Solaris.

This basically brings back the previously-working metric setting for
directly connected routes (add a "0" to the "route add" command) on
Solaris/OpenSolaris.  It was working in f0eac1a59790, and got broken
by the route.c/route.h refactoring in 576dc96ca1ef1 - the patch
un-does that change to the TARGET_SOLARIS code, plus adds some more
descriptive comments.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Josh Cepek <josh.cepek@usa.net>
Message-Id: <1364314175-20758-1-git-send-email-gert@greenie.muc.de>
URL: http://article.gmane.org/gmane.network.openvpn.devel/7460
src/openvpn/route.c