Changeset 39eda0b in lab.git


Ignore:
Timestamp:
Jul 5, 2009 6:07:21 AM (15 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
c109418
Parents:
4a36a1b
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/*

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@9 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

Location:
iptables
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • iptables/setnapt.sh

    r4a36a1b r39eda0b  
    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.