Add a nexthop6 config option.
[l2tpns.git] / l2tpns.h
index 6849be9..55de73f 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -724,6 +724,7 @@ typedef struct
                int keepalive;
                int hold;
        } neighbour[BGP_NUM_PEERS];
+       struct in6_addr nexthop6_address;
 #endif
 } configt;