dotcloud/docker

View on GitHub
libnetwork/portmapper/mapper_windows.go

Summary

Maintainability
A
1 hr
Test Coverage

Method PortMapper.AppendForwardingTableEntry has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func (pm *PortMapper) AppendForwardingTableEntry(proto string, sourceIP net.IP, sourcePort int, containerIP string, containerPort int) error {
Severity: Minor
Found in libnetwork/portmapper/mapper_windows.go - About 35 mins to fix

    Method PortMapper.DeleteForwardingTableEntry has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    func (pm *PortMapper) DeleteForwardingTableEntry(proto string, sourceIP net.IP, sourcePort int, containerIP string, containerPort int) error {
    Severity: Minor
    Found in libnetwork/portmapper/mapper_windows.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status