"raw" table?

I am a longtime user of Linux iptables, and I know that besides the “filter”, “nat” and “mangle” tables that are
shown in RouterOS Firewall there also exists a “raw” table.
It can be used (amongst other things) for setting connection tracking timeout parameters depending on classifications
of the packet, e.g. a shorter or longer “TCP Established timeout” for certain services.

Why it not available in RouterOS and can the above be achieved in another way?

Hey, the “raw” table has been added (made visible) in version 6.36rc16!
Nice!

However, it only supports the “NOTRACK” target, not the “CT” target that could e.g. set the tracking parameters.
Of course, this could still change :slight_smile: