diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-10-26 16:19:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-10-27 14:12:10 +0100 |
commit | 2d6d4136cdad5cde1f7fa8b54e427383645ab5fe (patch) | |
tree | 5c548e1e069bc8269fb309611946c77be08a8974 /man | |
parent | man: add references to fifo(7) and mq_overview(7) man pages (diff) | |
download | systemd-2d6d4136cdad5cde1f7fa8b54e427383645ab5fe.tar.xz systemd-2d6d4136cdad5cde1f7fa8b54e427383645ab5fe.zip |
socket-util: make socket_set_recvpktinfo control PACKET_AUXDATA sockopt on AF_PACKET
Just for the sake of completness.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.socket.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index a1e4284763..8ec662c3ac 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -697,10 +697,11 @@ <varlistentry> <term><varname>PassPacketInfo=</varname></term> <listitem><para>Takes a boolean value. This controls the <constant>IP_PKTINFO</constant>, - <constant>IPV6_RECVPKTINFO</constant> and <constant>NETLINK_PKTINFO</constant> socket options, which - enable reception of additional per-packet metadata as ancillary message, on - <constant>AF_INET</constant>, <constant>AF_INET6</constant> and <constant>AF_UNIX</constant> sockets. - Defaults to <option>false</option>.</para></listitem> + <constant>IPV6_RECVPKTINFO</constant>, <constant>NETLINK_PKTINFO</constant> or + <constant>PACKET_AUXDATA</constant> socket options, which enable reception of additional per-packet + metadata as ancillary message, on <constant>AF_INET</constant>, <constant>AF_INET6</constant>, + <constant>AF_UNIX</constant> and <constant>AF_PACKET</constant> sockets. Defaults to + <option>false</option>.</para></listitem> </varlistentry> <varlistentry> |