diff options
author | Susant Sahani <ssahani@vmware.com> | 2021-01-17 08:39:28 +0100 |
---|---|---|
committer | Susant Sahani <ssahani@vmware.com> | 2021-01-17 08:39:28 +0100 |
commit | dca0a4e13128b4f84f5af169ddadf5903cca4f8d (patch) | |
tree | c7d4b633b19ea71c70cbb75739bff17bd0ee1d4e /man | |
parent | sd-netlink: mcvlan - add new attributes (diff) | |
download | systemd-dca0a4e13128b4f84f5af169ddadf5903cca4f8d.tar.xz systemd-dca0a4e13128b4f84f5af169ddadf5903cca4f8d.zip |
network: macvlan - add support to configure rx queue for broadcast/multicast
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 9bb7491a6e..baa734bcb2 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -546,6 +546,13 @@ to this is reset. Defaults to unset.</para> </listitem> </varlistentry> + <varlistentry> + <term><varname>BroadcastMulticastQueueLength=</varname></term> + <listitem> + <para>Specifies the length of the receive queue for broadcast/multicast packets. An unsigned + integer in the range 0—4294967294. Defaults to unset.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |