Do a make format run.
This commit is contained in:
parent
514f5ad4a9
commit
2f0d697f8c
11 changed files with 49 additions and 53 deletions
|
|
@ -36,7 +36,7 @@ var (
|
|||
OutgoingBytes: 0,
|
||||
}
|
||||
expectedIPVSBackendStatuses = []procfs.IPVSBackendStatus{
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.22"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.82.22"),
|
||||
|
|
@ -46,7 +46,7 @@ var (
|
|||
ActiveConn: 248,
|
||||
InactConn: 2,
|
||||
},
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.22"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.83.24"),
|
||||
|
|
@ -56,7 +56,7 @@ var (
|
|||
ActiveConn: 248,
|
||||
InactConn: 2,
|
||||
},
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.22"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.83.21"),
|
||||
|
|
@ -66,7 +66,7 @@ var (
|
|||
ActiveConn: 248,
|
||||
InactConn: 1,
|
||||
},
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.57"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.84.22"),
|
||||
|
|
@ -76,7 +76,7 @@ var (
|
|||
ActiveConn: 0,
|
||||
InactConn: 0,
|
||||
},
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.57"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.82.21"),
|
||||
|
|
@ -86,7 +86,7 @@ var (
|
|||
ActiveConn: 1499,
|
||||
InactConn: 0,
|
||||
},
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.57"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.50.21"),
|
||||
|
|
@ -96,7 +96,7 @@ var (
|
|||
ActiveConn: 1498,
|
||||
InactConn: 0,
|
||||
},
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.55"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.50.26"),
|
||||
|
|
@ -106,7 +106,7 @@ var (
|
|||
ActiveConn: 0,
|
||||
InactConn: 0,
|
||||
},
|
||||
procfs.IPVSBackendStatus{
|
||||
{
|
||||
LocalAddress: net.ParseIP("192.168.0.55"),
|
||||
LocalPort: 3306,
|
||||
RemoteAddress: net.ParseIP("192.168.49.32"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue