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

@ -728,6 +728,7 @@ typedef struct
int hold;
struct in_addr update_source;
} neighbour[BGP_NUM_PEERS];
in_addr_t nexthop_address;
#endif
} configt;