Support IPRequest to specify IP address for interface

This commit is contained in:
Alona Kaplan
2018-11-28 13:27:49 +02:00
committed by Tomofumi Hayashi
parent d1c8a3d93f
commit f4068d18bd
4 changed files with 65 additions and 34 deletions

View File

@@ -74,6 +74,7 @@ type DelegateNetConf struct {
ConfList types.NetConfList
IfnameRequest string `json:"ifnameRequest,omitempty"`
MacRequest string `json:"macRequest,omitempty"`
IPRequest string `json:"ipRequest,omitempty"`
// MasterPlugin is only used internal housekeeping
MasterPlugin bool `json:"-"`
// Conflist plugin is only used internal housekeeping