Add a config option to set the advertised BGP next hop.
[l2tpns.git] / l2tpns.h
index 4df0a5a..e6357b6 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -728,6 +728,7 @@ typedef struct
                int hold;
                struct in_addr update_source;
        } neighbour[BGP_NUM_PEERS];
+       in_addr_t       nexthop_address;
 #endif
 } configt;