]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
remove "*option" element in "struct route_ipv6"
authorGert Doering <gert@greenie.muc.de>
Sun, 10 Jun 2012 15:41:28 +0000 (17:41 +0200)
committerDavid Sommerseth <davids@redhat.com>
Wed, 13 Jun 2012 10:20:01 +0000 (12:20 +0200)
this used to point to the "route_ipv6_option" that created this specific
route entry, but nobody ever queried this field -> dead code.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1339342891-28443-3-git-send-email-gert@greenie.muc.de
URL: http://article.gmane.org/gmane.network.openvpn.devel/6714
Signed-off-by: David Sommerseth <davids@redhat.com>
src/openvpn/route.h

index c0f5f574a16bcb5ac031af8e278bf31a46e0b749..e63db595dc2fd67b7f24a2b3066e0f916a8446af 100644 (file)
@@ -124,7 +124,6 @@ struct route {
 
 struct route_ipv6 {
   bool defined;
-  const struct route_ipv6_option *option;
   struct in6_addr network;
   unsigned int netbits;
   struct in6_addr gateway;