Forum Discussion

hu_127869's avatar
hu_127869
Historic F5 Account
Nov 01, 2006

how to delete an existing connection by iRule ?

Hi All:

 

Is there any command that able to delete an existing connection by iRule ? May I have a sample code if we support this feature ? Thanks

1 Reply

  • I'd think you could use HTTP::close or TCP::close if you were executing a rule on the existing connection. I don't think there is a way to access the connection table and delete connections that are not related to the connection that the rule is being triggered for. I'm speculating though...