summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-05-15 21:55:10 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-05-15 21:55:10 +0900
commitb75a9599b4e858244caa0979f8fa224b5ca36c54 (patch)
tree97ba416c4e26c5ae012289fbbb0501410372f982 /nixos
parent1e0975f4c05959cf11b5a905f335c269dcaae630 (diff)
downloadnixpkgs-b75a9599b4e858244caa0979f8fa224b5ca36c54.tar
nixpkgs-b75a9599b4e858244caa0979f8fa224b5ca36c54.tar.gz
nixpkgs-b75a9599b4e858244caa0979f8fa224b5ca36c54.tar.bz2
nixpkgs-b75a9599b4e858244caa0979f8fa224b5ca36c54.tar.lz
nixpkgs-b75a9599b4e858244caa0979f8fa224b5ca36c54.tar.xz
nixpkgs-b75a9599b4e858244caa0979f8fa224b5ca36c54.tar.zst
nixpkgs-b75a9599b4e858244caa0979f8fa224b5ca36c54.zip
release notes: mention iproute2 module
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1809.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1809.xml b/nixos/doc/manual/release-notes/rl-1809.xml
index 01b5e9d7746..34b5435f9d4 100644
--- a/nixos/doc/manual/release-notes/rl-1809.xml
+++ b/nixos/doc/manual/release-notes/rl-1809.xml
@@ -53,7 +53,10 @@ $ nix-instantiate -E '(import &lt;nixpkgsunstable&gt; {}).gitFull'
 
   <itemizedlist>
    <listitem>
-    <para></para>
+     <para>When enabled the <literal>iproute2</literal> will copy the files
+       expected by ip route (e.g., <filename>rt_tables</filename>) in
+       <filename>/run/iproute2</filename>. This allows to write aliases for
+       routing tables for instance.</para>
    </listitem>
   </itemizedlist>
  </section>