Add a config option to set the advertised BGP next hop.
Signed-off-by: Benjamin Cama <benoar@dolka.fr>
This commit is contained in:
parent
4f1a9aa378
commit
8c4f3bfe79
3 changed files with 10 additions and 1 deletions
1
l2tpns.h
1
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue