On 11/14/24 6:01 AM, Thomas Köller wrote:
The nft manpage states that if the end of a chain invoked via 'goto' is reached without a verdict, 'evaluation will continue at the last chain instead of the one containing the goto statement'. I cannot make sense of this; what is the 'last chain'?
Pretty sure this means It will return to the chain that called goto (the last chain that was active)