X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/fd021320eca6d370c46de3893c113b4fd72f6f9a..49f8ea66ee9a729eeaadf8d8bc4dcbeb3ca10835:/l2tpns.h diff --git a/l2tpns.h b/l2tpns.h index 4df0a5a..4f7fad9 100644 --- a/l2tpns.h +++ b/l2tpns.h @@ -728,6 +728,8 @@ typedef struct int hold; struct in_addr update_source; } neighbour[BGP_NUM_PEERS]; + in_addr_t nexthop_address; + struct in6_addr nexthop6_address; #endif } configt;