Add route_metric option
To be able to keep different routes from several running l2tpns instances.
This commit is contained in:
parent
b793850d2f
commit
0845ec8a19
5 changed files with 21 additions and 2 deletions
|
|
@ -260,6 +260,13 @@ should be set by a line like: set configstring \"value\" set ipaddress
|
|||
by several l2tpns instances.
|
||||
The default is 42.
|
||||
|
||||
`route_metric` (int)
|
||||
|
||||
: Metric of the route. Routes with lower values are preferred.
|
||||
This should not be changed during execution, since l2tpns would then
|
||||
not recognize the routes it added itself.
|
||||
The default is 1.
|
||||
|
||||
`ipv6_prefix` (ipv6 address)
|
||||
|
||||
: Enable negotiation of IPv6. This forms the the first 64 bits of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue