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:
parent
f4fb6922fe
commit
59411b8799
2 changed files with 2 additions and 0 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -724,6 +724,7 @@ typedef struct
|
|||
int keepalive;
|
||||
int hold;
|
||||
} neighbour[BGP_NUM_PEERS];
|
||||
struct in6_addr nexthop6_address;
|
||||
#endif
|
||||
} configt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue