Jeremy Jackson <jerj@xxxxxxxxxxxx> wrote: > permute-interfaces $ifset $ouput-set > > would produce $output-set containing > > eth0, eth1, : jump eth0-eth1-chain > > eth0, ppp0 : jump eth0-ppp0-chain > > eth1, eth0 : jump eth1-eth0-chain > > eth1, ppp0 : jump eth1-ppp0-chain > > ppp0, eth0: jump ppp0-eth0-chain > > ppp0, eth1 : jump ppp0-eth1-chain > > I would like to avoid having to load another language interpreter to do such > a trivial thing, when nft already has a parser built in. Fair enough, if you think this us useful then I see no reason to block such a feature.