From 7079515858fca69e6f3a60a868f4d239dfd39bad Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Thu, 25 May 2023 13:14:14 +0200 Subject: [PATCH] network-create: document new bclim option see https://github.com/containers/common/pull/1475 https://bugzilla.redhat.com/show_bug.cgi?id=2210113 https://bugzilla.redhat.com/show_bug.cgi?id=2210111 Signed-off-by: Paul Holzinger --- docs/source/markdown/podman-network-create.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/markdown/podman-network-create.1.md b/docs/source/markdown/podman-network-create.1.md index c8a36f82fc..34f5b7b021 100644 --- a/docs/source/markdown/podman-network-create.1.md +++ b/docs/source/markdown/podman-network-create.1.md @@ -94,6 +94,10 @@ The `macvlan` and `ipvlan` driver support the following options: - Supported values for `macvlan` are `bridge`, `private`, `vepa`, `passthru`. Defaults to `bridge`. - Supported values for `ipvlan` are `l2`, `l3`, `l3s`. Defaults to `l2`. +Additionally the `macvlan` driver supports the `bclim` option: + +- `bclim`: Set the threshold for broadcast queueing. Must be a 32 bit integer. Setting this value to `-1` disables broadcast queueing altogether. + #### **--subnet** The subnet in CIDR notation. Can be specified multiple times to allocate more than one subnet for this network.