Add a config option to set the advertised BGP next hop.

Signed-off-by: Benjamin Cama <benoar@dolka.fr>
This commit is contained in:
Benjamin Cama 2011-07-07 13:12:30 +02:00
parent 4f1a9aa378
commit 8c4f3bfe79
3 changed files with 10 additions and 1 deletions

View file

@ -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 },
};