Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedJumpIfOutput (0.15 sec)

  1. pkg/proxy/util/localdetector_test.go

    		}
    	}
    }
    
    func TestDetectLocalByBridgeInterface(t *testing.T) {
    	cases := []struct {
    		ifaceName               string
    		expectedJumpIfOutput    []string
    		expectedJumpIfNotOutput []string
    	}{
    		{
    			ifaceName:               "eth0",
    			expectedJumpIfOutput:    []string{"-i", "eth0"},
    			expectedJumpIfNotOutput: []string{"!", "-i", "eth0"},
    		},
    	}
    	for _, c := range cases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 15:34:37 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top