Add a nexthop6 config option.

Will be used to set the NEXT_HOP for IPv6 routes, otherwise our address in
ipv6_prefix is used as the next hop.

Signed-off-by: Benjamin Cama <benoar@dolka.fr>
This commit is contained in:
Benjamin Cama 2011-07-20 14:43:44 +02:00
parent f4fb6922fe
commit 59411b8799
2 changed files with 2 additions and 0 deletions

View file

@ -724,6 +724,7 @@ typedef struct
int keepalive;
int hold;
} neighbour[BGP_NUM_PEERS];
struct in6_addr nexthop6_address;
#endif
} configt;