mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
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 <pholzing@redhat.com>
This commit is contained in:
parent
10e879c6a1
commit
7079515858
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue