summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-02-01 13:00:51 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-02-01 13:15:11 +0900
commitfd11005951920a0cee96f0c56f36d9ff8bc66a41 (patch)
tree3566e3e3c81dccf9f1636fa7e6c446f4de05fa0f /man/systemd.netdev.xml
parent04660b10d3104bca6dfe1a7b44871ea8fd09da56 (diff)
downloadsystemd-fd11005951920a0cee96f0c56f36d9ff8bc66a41.tar.gz
network: xfrm: refuse zero interface ID
Since kernel 5.17-rc1, 5.16.3, and 5.15.17 (more specifically, https://github.com/torvalds/linux/commit/8dce43919566f06e865f7e8949f5c10d8c2493f5) the kernel refuses to create an xfrm interface with zero ID.
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r--man/systemd.netdev.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml
index 449b23d5ac..ff0bdee51f 100644
--- a/man/systemd.netdev.xml
+++ b/man/systemd.netdev.xml
@@ -1994,7 +1994,7 @@
<term><varname>InterfaceId=</varname></term>
<listitem>
<para>Sets the ID/key of the xfrm interface which needs to be associated with a SA/policy.
- Can be decimal or hexadecimal, valid range is 0-0xffffffff, defaults to 0.</para>
+ Can be decimal or hexadecimal, valid range is 1-0xffffffff. This is mandatory.</para>
</listitem>
</varlistentry>
<varlistentry>