Showing 1,468 of 1,914 total issues
Function getAddress
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func getAddress(base netip.Prefix, bitmask *bitmap.Bitmap, prefAddress netip.Addr, ipr netip.Prefix, serial bool) (netip.Addr, error) {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) (retErr error) {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Function programSA
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func programSA(localIP, remoteIP net.IP, spi *spi, k *key, dir int, add bool) (fSA *netlink.XfrmState, rSA *netlink.XfrmState, err error) {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Function configurePortBindingIPv6
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ctx context.Context,
pdc portDriverClient,
disableNAT bool,
bnd types.PortBinding,
containerIP, defHostIP net.IP,
Method PortMapper.AppendForwardingTableEntry
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (pm *PortMapper) AppendForwardingTableEntry(proto string, sourceIP net.IP, sourcePort int, containerIP string, containerPort int) error {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method PortDriverClient.AddPort
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ctx context.Context,
proto string,
hostIP netip.Addr,
childIP netip.Addr,
hostPort int,
Function configurePortBindingIPv4
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ctx context.Context,
pdc portDriverClient,
disableNAT bool,
bnd types.PortBinding,
containerIPv4,
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(ctx context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(ctx context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Function attemptBindHostPorts
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ctx context.Context,
cfg []portBindingReq,
proto string,
hostPortStart, hostPortEnd uint16,
proxyPath string,
Function setPerPortNAT
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func setPerPortNAT(b portBinding, ipv iptables.IPVersion, proxyPath string, bridgeName string, enable bool) error {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(_ context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Method PortMapper.DeleteForwardingTableEntry
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (pm *PortMapper) DeleteForwardingTableEntry(proto string, sourceIP net.IP, sourcePort int, containerIP string, containerPort int) error {
Method driver.Join
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func (d *driver) Join(ctx context.Context, nid, eid string, sboxKey string, jinfo driverapi.JoinInfo, options map[string]interface{}) error {
Function linkContainers
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func linkContainers(action iptables.Action, parentIP, childIP net.IP, ports []types.TransportPort, bridge string, ignoreErrors bool) error {
Function CreateNoError
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func CreateNoError(ctx context.Context, t *testing.T, client client.APIClient, name string, ops ...func(*network.CreateOptions)) string {
Function v2AuthHTTPClient
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func v2AuthHTTPClient(endpoint *url.URL, authTransport http.RoundTripper, modifiers []transport.RequestModifier, creds auth.CredentialStore, scopes []auth.Scope) (*http.Client, error) {