···1717 <itemizedlist>
1818 <listitem>
1919 <para>
2020+ <literal>iptables</literal> now uses
2121+ <literal>nf_tables</literal> backend.
2222+ </para>
2323+ </listitem>
2424+ <listitem>
2525+ <para>
2026 PHP now defaults to PHP 8.0, updated from 7.4.
2127 </para>
2228 </listitem>
···364370 that before NixOS 21.11, specifying either setuid or setgid
365371 but not owner/group resulted in wrappers owned by
366372 nobody/nogroup, which is unsafe.
373373+ </para>
374374+ </listitem>
375375+ <listitem>
376376+ <para>
377377+ Since <literal>iptables</literal> now uses
378378+ <literal>nf_tables</literal> backend and
379379+ <literal>ipset</literal> doesn’t support it, some applications
380380+ (ferm, shorewall, firehol) may have limited functionality.
367381 </para>
368382 </listitem>
369383 <listitem>
+4
nixos/doc/manual/release-notes/rl-2111.section.md
···6677## Highlights {#sec-release-21.11-highlights}
8899+- `iptables` now uses `nf_tables` backend.
1010+911- PHP now defaults to PHP 8.0, updated from 7.4.
10121113- kOps now defaults to 1.21.1, which uses containerd as the default runtime.
···111113112114- The `security.wrappers` option now requires to always specify an owner, group and whether the setuid/setgid bit should be set.
113115 This is motivated by the fact that before NixOS 21.11, specifying either setuid or setgid but not owner/group resulted in wrappers owned by nobody/nogroup, which is unsafe.
116116+117117+- Since `iptables` now uses `nf_tables` backend and `ipset` doesn't support it, some applications (ferm, shorewall, firehol) may have limited functionality.
114118115119- The `paperless` module and package have been removed. All users should migrate to the
116120 successor `paperless-ng` instead. The Paperless project [has been