We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfa8d0 commit d34e967Copy full SHA for d34e967
devel/yaml_api.md
@@ -1978,6 +1978,9 @@ Each route entry could have these parameters:
1978
route as `state: absnet` and append new route.
1979
* `vrf-name`: String. Store the route to the route table which specified VRF
1980
is binding to.
1981
+ * `mtu`: Integer. New in version 2.2.42. MTU used for this route entry,
1982
+ without `lock-mtu` set to `true`, this MTU will still be altered by kernel
1983
+ Path MTU discovery(PMTUD).
1984
* `lock-mtu`: Boolean. New in version 2.2.59. When set to true, the route MTU
1985
is locked, preventing Path MTU Discovery (PMTUD) from automatically
1986
adjusting it.
0 commit comments