[divergence] 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 dougbtv
parent 787586aca8
commit c4feebc6c9
4 changed files with 65 additions and 34 deletions

View File

@@ -63,6 +63,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