Changeset 71b798c in lab.git for iptables/setfilter
- Timestamp:
- Jul 5, 2009 12:58:46 PM (15 years ago)
- Branches:
- master, trunk
- Children:
- 84d8293
- Parents:
- 4999639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
iptables/setfilter
rc109418 r71b798c 34 34 error="" 35 35 36 tables="raw mangle "36 tables="raw mangle nat" 37 37 for table in $tables 38 38 do … … 74 74 error="" 75 75 76 tables="raw mangle "76 tables="raw mangle nat" 77 77 for table in $tables 78 78 do
Note: See TracChangeset
for help on using the changeset viewer.