summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbornet-hl <mbornet.pro@wanadoo.fr>2015-04-09 11:34:59 +0200
committermbornet-hl <mbornet.pro@wanadoo.fr>2015-04-09 11:34:59 +0200
commite628925eaef6d08f5840620a084cefe8cc5fd2f5 (patch)
treead6654b401e21fa74cfce7268bcd9d0693763a95
parent2a0c6b1f04d278a55e3e16ec70308e360d45f545 (diff)
downloadhl-e628925eaef6d08f5840620a084cefe8cc5fd2f5.zip
hl-e628925eaef6d08f5840620a084cefe8cc5fd2f5.tar.gz
hl-e628925eaef6d08f5840620a084cefe8cc5fd2f5.tar.bz2
Remove hl_FW and hl_net (identical to hl_iptables and hl_ifconfig).
-rwxr-xr-xexample_scripts/hl_FW9
-rwxr-xr-xexample_scripts/hl_net15
2 files changed, 0 insertions, 24 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 .*'
diff --git a/example_scripts/hl_net b/example_scripts/hl_net
deleted file mode 100755
index b62b73e..0000000
--- a/example_scripts/hl_net
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-#
-# Script for the highlighting of the "ifconfig" command
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#
-#
-#
-
-
-hl -ei -m '^(eth|(vir)?br|vnet)[0-9.]*:[0-9]+\>' \
- -b '^(eth|(vir)?br|vnet)[0-9.]*\.[0-9]+\>' \
- -c '([0-9a-f]{2}:){5}[0-9a-f]{2}' \
- -g '\<UP\>|\<RUNNING\>|([0-9]{1,3}\.){3}[0-9]{1,3}\>' \
- -y '^(eth|(vir)?br|vnet)[0-9.:]*\>'
-