Skip to content

Commit 40c1385

Browse files
committed
Fix: multi network interface need add a router
Close #28
1 parent e92ae37 commit 40c1385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

care/care.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func (care *LvsCare) SyncRouter() error {
6161
ipv4 = true
6262
}
6363
if !ipv4 {
64+
glog.Infof("tip: %s is not ipv4", LVS.TargetIP.String())
6465
return nil
6566
}
6667
glog.Infof("tip: %s,vip: %s", LVS.TargetIP.String(), vIP)

0 commit comments

Comments
 (0)