I’m working to reimplement an existing firewall using the iptables module. I’m not seeing a command to create (or make to exist) a chain. Seems like this would be a relatively normal thing to do. Of course, I can create it elsewise since it only needs to be done once. Still, is there harm in it?
I also don’t see commands to handle marking. The match option is present, but I also need the ctorigdst/ctorigsrc and other options.
So, is the best way to work around this to simply issue the commands with “command”?