Pass daemon experiemental flag to libnetwork
Required to enable ipvlan experimental network driver Signed-off-by: Madhu Venugopal <madhu@docker.com> Upstream-commit: b0eef4e427fc87826dd8abd59d09365abdfbedbb Component: engine
This commit is contained in:
@ -1189,6 +1189,7 @@ func (daemon *Daemon) networkOptions(dconfig *Config, pg plugingetter.PluginGett
|
||||
return options, nil
|
||||
}
|
||||
|
||||
options = append(options, nwconfig.OptionExperimental(dconfig.Experimental))
|
||||
options = append(options, nwconfig.OptionDataDir(dconfig.Root))
|
||||
options = append(options, nwconfig.OptionExecRoot(dconfig.GetExecRoot()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user