about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLin Yinfeng <lin.yinfeng@outlook.com>2023-10-27 19:44:57 +0800
committerLin Yinfeng <lin.yinfeng@outlook.com>2023-12-12 23:31:51 +0800
commitfa2d2bbe6d6a61d01412e3c15acacde772522846 (patch)
treec73d36200382c01559051fa03f75292aaabf14b2 /nixos
parentb21e84ea8d1db73e3cc7e9f0ec999ed79257e62e (diff)
downloadnixlib-fa2d2bbe6d6a61d01412e3c15acacde772522846.tar
nixlib-fa2d2bbe6d6a61d01412e3c15acacde772522846.tar.gz
nixlib-fa2d2bbe6d6a61d01412e3c15acacde772522846.tar.bz2
nixlib-fa2d2bbe6d6a61d01412e3c15acacde772522846.tar.lz
nixlib-fa2d2bbe6d6a61d01412e3c15acacde772522846.tar.xz
nixlib-fa2d2bbe6d6a61d01412e3c15acacde772522846.tar.zst
nixlib-fa2d2bbe6d6a61d01412e3c15acacde772522846.zip
nixos/iproute2: add release note for the backward compatibility caused by stateless configuration
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 8f9258bd2f08..2e9cd781ffb1 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -35,6 +35,12 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - `services.avahi.nssmdns` got split into `services.avahi.nssmdns4` and `services.avahi.nssmdns6` which enable the mDNS NSS switch for IPv4 and IPv6 respectively.
   Since most mDNS responders only register IPv4 addresses, most users want to keep the IPv6 support disabled to avoid long timeouts.
 
+- `networking.iproute2.enable` now does not set `environment.etc."iproute2/rt_tables".text`.
+
+  Setting `environment.etc."iproute2/{CONFIG_FILE_NAME}".text` will override the whole configuration file instead of appending it to the upstream configuration file.
+
+  `CONFIG_FILE_NAME` includes `bpf_pinning`, `ematch_map`, `group`, `nl_protos`, `rt_dsfield`, `rt_protos`, `rt_realms`, `rt_scopes`, and `rt_tables`.
+
 ## Other Notable Changes {#sec-release-24.05-notable-changes}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->