mirror of
https://github.com/containers/podman.git
synced 2025-12-13 02:09:16 +08:00
Update common, image, and storage deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Paul Holzinger
parent
32d96f40c3
commit
444f19cb2a
8
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
8
vendor/github.com/containers/common/pkg/config/config.go
generated
vendored
@@ -584,6 +584,10 @@ type NetworkConfig struct {
|
||||
// are always assigned randomly.
|
||||
DefaultSubnetPools []SubnetPool `toml:"default_subnet_pools,omitempty"`
|
||||
|
||||
// DefaultRootlessNetworkCmd is used to set the default rootless network
|
||||
// program, either "slirp4nents" (default) or "pasta".
|
||||
DefaultRootlessNetworkCmd string `toml:"default_rootless_network_cmd,omitempty"`
|
||||
|
||||
// NetworkConfigDir is where network configuration files are stored.
|
||||
NetworkConfigDir string `toml:"network_config_dir,omitempty"`
|
||||
|
||||
@@ -591,6 +595,10 @@ type NetworkConfig struct {
|
||||
// for netavark rootful bridges with dns enabled. This can be necessary
|
||||
// when other dns forwarders run on the machine. 53 is used if unset.
|
||||
DNSBindPort uint16 `toml:"dns_bind_port,omitempty,omitzero"`
|
||||
|
||||
// PastaOptions contains a default list of pasta(1) options that should
|
||||
// be used when running pasta.
|
||||
PastaOptions []string `toml:"pasta_options,omitempty"`
|
||||
}
|
||||
|
||||
type SubnetPool struct {
|
||||
|
||||
Reference in New Issue
Block a user