diff options
author | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-04-09 11:34:59 +0200 |
---|---|---|
committer | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-04-09 11:34:59 +0200 |
commit | e628925eaef6d08f5840620a084cefe8cc5fd2f5 (patch) | |
tree | ad6654b401e21fa74cfce7268bcd9d0693763a95 /example_scripts/hl_FW | |
parent | 2a0c6b1f04d278a55e3e16ec70308e360d45f545 (diff) | |
download | hl-e628925eaef6d08f5840620a084cefe8cc5fd2f5.zip hl-e628925eaef6d08f5840620a084cefe8cc5fd2f5.tar.gz hl-e628925eaef6d08f5840620a084cefe8cc5fd2f5.tar.bz2 |
Remove hl_FW and hl_net (identical to hl_iptables and hl_ifconfig).
Diffstat (limited to 'example_scripts/hl_FW')
-rwxr-xr-x | example_scripts/hl_FW | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/example_scripts/hl_FW b/example_scripts/hl_FW deleted file mode 100755 index bdbbb65..0000000 --- a/example_scripts/hl_FW +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# -# Colorize iptables directives -# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# -# @(#) [MB] cr_hl_FW Version 1.1 du 15/04/08 - -# - -hl -e -c INPUT -y 'FORWARD|POSTROUTING' -b '#.*' -W 'OUTPUT' -g '.*ACCEPT.*' -r '.*(DROP|REJECT).*' -m 'iptables.*-F.*' -w '^iptables .*' |