diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-02-01 05:00:51 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-02-01 05:15:11 +0100 |
commit | fd11005951920a0cee96f0c56f36d9ff8bc66a41 (patch) | |
tree | 3566e3e3c81dccf9f1636fa7e6c446f4de05fa0f /man/systemd.netdev.xml | |
parent | meson: use full argument names for bpftool gen commands (diff) | |
download | systemd-fd11005951920a0cee96f0c56f36d9ff8bc66a41.tar.xz systemd-fd11005951920a0cee96f0c56f36d9ff8bc66a41.zip |
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.xml | 2 |
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> |