Proceduralize different HMRs - Execute multiple HMRs
I'm trying to call multiple HMRs so I don't have to repeat different rules over and over.
Example...
I know there is a built in HMR "ACME_NAT_TO_FROM_IP". How can I use that when I want to do some other manipulations too? It seems very inefficient to me to duplicate that code in several places for the different manipulations I need. It would make sense to be able to just call it as a procedure...or to list it in parentheses when I apply the out-manipulation...like this (FixRequest ACME_NAT_TO_FROM_IP)
Am I missing something?