Add route_metric option

To be able to keep different routes from several running l2tpns instances.
This commit is contained in:
Samuel Thibault 2025-03-29 15:02:59 +01:00
parent b793850d2f
commit 0845ec8a19
5 changed files with 21 additions and 2 deletions

View file

@ -785,6 +785,7 @@ typedef struct
in_addr_t peer_address;
struct in6_addr ipv6_prefix; // Our IPv6 network pool.
uint16_t route_protocol; // Route protocol number to use
int route_metric; // Route metric
int send_garp; // Set to true to garp for vip address on startup
int dump_speed;