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 <g...@greenie.muc.de> --- src/openvpn/route.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/openvpn/route.h b/src/openvpn/route.h index c0f5f57..e63db59 100644 --- a/src/openvpn/route.h +++ b/src/openvpn/route.h @@ -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; -- 1.7.3.4