Feb 2009 -- Due to time pressures, the ongoing development of 'rope' has been suspended temporarily.

IpTables Rope Scripting Language - EWrongType Error

This error means that a rope keyword popped a value of the stack, but the type that was found was not the type that was expected. For example; an attempt to use the "add" action to add a string to a number would raise this error, as in this code fragment..

add( 20 "two" )