diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2024-02-16 14:29:54 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-02-16 15:00:03 +0100 |
commit | e68363909cb9733c1bf55fff80a8b034e4111849 (patch) | |
tree | f33194798bbcd03c57b8e10e744b105e6b4071fe /doc | |
parent | 225943eaea3cdd634dce8fd84547baf1bc363640 (diff) |
Netlink: Cleanups in route metrics
- Add krt_fastopen_no_cookie atttibute
- Add missing krt_lock_* bits
- Fix krt_feature_allfrag
- Fix type of EA_KRT_LOCK and EA_KRT_FEATURES
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 5d59ae4d..79614188 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3970,7 +3970,9 @@ string, others have type int. Supported attributes are: <cf/krt_sstresh/, <cf/krt_lock_sstresh/, <cf/krt_cwnd/, <cf/krt_lock_cwnd/, <cf/krt_advmss/, <cf/krt_lock_advmss/, <cf/krt_reordering/, <cf/krt_lock_reordering/, <cf/krt_hoplimit/, <cf/krt_lock_hoplimit/, <cf/krt_rto_min/, <cf/krt_lock_rto_min/, -<cf/krt_initcwnd/, <cf/krt_initrwnd/, <cf/krt_quickack/, <cf/krt_congctl/, +<cf/krt_initcwnd/, <cf/krt_lock_initcwnd/, <cf/krt_initrwnd/, <cf/krt_lock_initrwnd/, +<cf/krt_quickack/, <cf/krt_lock_quickack/, <cf/krt_congctl/, <cf/krt_lock_congctl/, +<cf/krt_fastopen_no_cookie/, <cf/krt_lock_fastopen_no_cookie/, <cf/krt_feature_ecn/, <cf/krt_feature_allfrag/ <sect1>Example |