mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Pass daemon experiemental flag to libnetwork
Required to enable ipvlan experimental network driver Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
parent
b7316e85c0
commit
29861173e1
1 changed files with 1 additions and 0 deletions
|
@ -1186,6 +1186,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()))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue