Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTestEntryIPv6 (0.13 sec)

  1. pkg/proxy/ipvs/ipset/ipset_test.go

    	}
    	// Failure
    	ok, err = runner.TestEntry(testEntry.String(), "FOOBAR")
    	if err == nil || ok {
    		t.Errorf("expect entry doesn't exist in test set")
    	}
    }
    
    func TestTestEntryIPv6(t *testing.T) {
    	testEntry := &Entry{
    		IP:       "fd00:1234:5678:dead:beaf::1",
    		Port:     8080,
    		Protocol: ProtocolTCP,
    		SetType:  HashIPPort,
    	}
    	setName := "NOT"
    	fcmd := fakeexec.FakeCmd{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 41.5K bytes
    - Viewed (0)
Back to top