Skip to content

Commit bcea446

Browse files
Merge pull request #18695 from Luap99/v4.4.1-rhel
[v4.4.1-rhel] Add new bclim macvlan option
2 parents 8b741dc + 7079515 commit bcea446

File tree

7 files changed

+15
-5
lines changed

7 files changed

+15
-5
lines changed

docs/source/markdown/podman-network-create.1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ The `macvlan` and `ipvlan` driver support the following options:
9494
- Supported values for `macvlan` are `bridge`, `private`, `vepa`, `passthru`. Defaults to `bridge`.
9595
- Supported values for `ipvlan` are `l2`, `l3`, `l3s`. Defaults to `l2`.
9696

97+
Additionally the `macvlan` driver supports the `bclim` option:
98+
99+
- `bclim`: Set the threshold for broadcast queueing. Must be a 32 bit integer. Setting this value to `-1` disables broadcast queueing altogether.
100+
97101
#### **--subnet**
98102

99103
The subnet in CIDR notation. Can be specified multiple times to allocate more than one subnet for this network.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/containernetworking/cni v1.1.2
1313
github.com/containernetworking/plugins v1.2.0
1414
github.com/containers/buildah v1.29.0
15-
github.com/containers/common v0.51.2
15+
github.com/containers/common v0.51.3
1616
github.com/containers/conmon v2.0.20+incompatible
1717
github.com/containers/image/v5 v5.24.1
1818
github.com/containers/ocicrypt v1.1.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ github.com/containernetworking/plugins v1.2.0 h1:SWgg3dQG1yzUo4d9iD8cwSVh1VqI+bP
268268
github.com/containernetworking/plugins v1.2.0/go.mod h1:/VjX4uHecW5vVimFa1wkG4s+r/s9qIfPdqlLF4TW8c4=
269269
github.com/containers/buildah v1.29.0 h1:rA3S2SXJffrJjvY2kyxOsAaIseDY6Ib77FsD7n88Mj4=
270270
github.com/containers/buildah v1.29.0/go.mod h1:mah+CGmpOjkBJJ5rhOP0M2ETnODhiuhtnXusfh0hc6Q=
271-
github.com/containers/common v0.51.2 h1:tJ6Nt+zAC6t8nm8qvlVKNjpp/uh3ane80gyj63BwP0Y=
272-
github.com/containers/common v0.51.2/go.mod h1:3W2WIdalgQfrsX/T5tjX+6CxgT3ThJVN2G9sNuFjuCM=
271+
github.com/containers/common v0.51.3 h1:wwFXpQd0FtDWmaMZpnYYfEQvQB6dPGChRQfm71znzeY=
272+
github.com/containers/common v0.51.3/go.mod h1:3W2WIdalgQfrsX/T5tjX+6CxgT3ThJVN2G9sNuFjuCM=
273273
github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg=
274274
github.com/containers/conmon v2.0.20+incompatible/go.mod h1:hgwZ2mtuDrppv78a/cOBNiCm6O0UMWGx1mu7P00nu5I=
275275
github.com/containers/image/v5 v5.24.1 h1:XaRw3FJmvZtI297uBVTJluUVH4AQJ//YpHviaOw0C4M=

vendor/github.com/containers/common/libnetwork/netavark/config.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/common/libnetwork/types/const.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/common/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ github.com/containers/buildah/pkg/rusage
121121
github.com/containers/buildah/pkg/sshagent
122122
github.com/containers/buildah/pkg/util
123123
github.com/containers/buildah/util
124-
# github.com/containers/common v0.51.2
124+
# github.com/containers/common v0.51.3
125125
## explicit; go 1.17
126126
github.com/containers/common/libimage
127127
github.com/containers/common/libimage/define

0 commit comments

Comments
 (0)