Merge pull request #406 from tonglil/static-ip-debug
Add debug info and fix spelling
This commit is contained in:
commit
db96c9d574
1 changed files with 2 additions and 1 deletions
|
@ -600,8 +600,9 @@ func (l *L7) edgeHop() error {
|
|||
return err
|
||||
}
|
||||
}
|
||||
// Defer promoting an emphemral to a static IP till it's really needed.
|
||||
// Defer promoting an ephemeral to a static IP until it's really needed.
|
||||
if l.runtimeInfo.AllowHTTP && (l.runtimeInfo.TLS != nil || l.runtimeInfo.TLSName != "") {
|
||||
glog.V(3).Infof("checking static ip for %v", l.Name)
|
||||
if err := l.checkStaticIP(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue