Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_diffNFTablesChain (0.26 sec)

  1. pkg/proxy/nftables/helpers_test.go

    	diff = diffNFTablesTransaction(testInput, notExpected)
    	if diff == "" {
    		t.Errorf("found no diff in inputs that should have been different")
    	}
    }
    
    func Test_diffNFTablesChain(t *testing.T) {
    	fake := knftables.NewFake(knftables.IPv4Family, "testing")
    	tx := fake.NewTransaction()
    
    	tx.Add(&knftables.Table{})
    	tx.Add(&knftables.Chain{
    		Name: "mark-masq-chain",
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top