Add an option to set source address for a BGP session.
[l2tpns.git] / l2tpns.h
index 6849be9..032c237 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -723,6 +723,7 @@ typedef struct
                uint16_t as;
                int keepalive;
                int hold;
+               struct in_addr update_source;
        } neighbour[BGP_NUM_PEERS];
 #endif
 } configt;