Cleanup: Change "Ip" to "IP" in func and var names
This commit is contained in:
@@ -180,7 +180,7 @@ func (mfc *monitorFakeCmd) Stop() {
|
||||
|
||||
func TestIPTablesMonitor(t *testing.T) {
|
||||
mfe := newMonitorFakeExec()
|
||||
ipt := New(mfe, ProtocolIpv4)
|
||||
ipt := New(mfe, ProtocolIPv4)
|
||||
|
||||
var reloads uint32
|
||||
stopCh := make(chan struct{})
|
||||
|
Reference in New Issue
Block a user