Linux firewall setup error

I setup the Linux firewall using the hosting solution and now I get a error:

Unknown IPtables save file line : *

The first few lines are.......

# Generated by webmin
*
:INPUT DROP [0:0]
Status: 
Closed (fixed)

Comments

Looks like my code doesn't handle the case where no tables exist yet.

The work-around is to run :

iptables-save >/etc/xxx

where /etc/xxx is the save file shown on the Linux Firewall page at the top, probably /etc/iptables.up.rules

A proper fix will be in the next Webmin release.

Automatically closed -- issue fixed for 2 weeks with no activity.