Re: [Announce] Foomuuri - New firewall software using nftables

Benny Pedersen <[email protected]> Wed, 07 Jun 2023 21:27:36 +0200
Newsgroups gmane.comp.security.shorewall
Organization junc.eu
Message-ID <[email protected]>
Phil Stracchino skrev den 2023-06-07 17:25:

> Seems like it shouldn't be an overly difficult challenge to write a
> userspace tool that reads in a shorewall configuration and writes it
> out, semantically unchanged, in foomuuri's syntax...?  Hand adjustment
> from there would of course be up to the end user.

or make a iptables parser from "iptables -nvL" piped to a python code 
that translate it all to naftables format

imho its more time consuming to parse shorewall config over to another 
firewall tool

iptables-save | iptables-xml | foomuuri-converter