File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
internal/app/machined/pkg/controllers/network Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ func (s *NfTablesChainSuite) TestConntrackCounter() {
189189		{
190190			MatchConntrackState : & network.NfTablesConntrackStateMatch {
191191				States : []nethelpers.ConntrackState {
192- 					nethelpers .ConntrackStateInvalid , 
192+ 					nethelpers .ConntrackStateEstablished ,  // this rule should never match, as previous rule matches it 
193193				},
194194			},
195195			AnonCounter : true ,
@@ -203,7 +203,7 @@ func (s *NfTablesChainSuite) TestConntrackCounter() {
203203	chain test1 { 
204204		type filter hook input priority security; policy accept; 
205205		ct state { 0x2000000, 0x4000000 } accept 
206- 		ct state invalid  counter packets 0 bytes 0 drop 
206+ 		ct state established  counter packets 0 bytes 0 drop 
207207	} 
208208}` )
209209}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments