Changeset 9 in lab


Ignore:
Timestamp:
Jul 5, 2009 6:07:21 AM (15 years ago)
Author:
mitty
Message:
  • FIX script aborts if nonexistent devices are in the script argument
  • setfilter
    • set network filters with iptables from custom rule files in /etc/ufw/*
Location:
trunk/iptables
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/iptables/setnapt.sh

    r8 r9  
    4343    if [ -z "${IPADDR}" ]; then 
    4444        # device doesn't seem to have an IP address 
    45         break 
     45        continue 
    4646    fi 
    4747     
Note: See TracChangeset for help on using the changeset viewer.