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.c
1
l2tpns.c
|
|
@ -159,6 +159,7 @@ config_descriptt config_values[] = {
|
|||
CONFIG("ipv6_prefix", ipv6_prefix, IPv6),
|
||||
CONFIG("cli_bind_address", cli_bind_address, IPv4),
|
||||
CONFIG("hostname", hostname, STRING),
|
||||
CONFIG("nexthop_address", nexthop_address, IPv4),
|
||||
{ NULL, 0, 0, 0 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue