summaryrefslogtreecommitdiff
path: root/cleopatre/tools
diff options
context:
space:
mode:
authorlefranc2009-12-18 14:07:14 +0000
committerlefranc2009-12-18 14:07:14 +0000
commit1728f163bd0b13ccf877d8e3a2c98534f9893974 (patch)
tree01fac324e5b057e7f018d709026a99ca71f851dc /cleopatre/tools
parentae03fd9558c1047f9c0939e3f5342b4fae24bbb7 (diff)
cleo/tools/flashfs: remove test script for test_phy
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6570 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/tools')
-rwxr-xr-xcleopatre/tools/flashfs/image/etc/init.d/S50plctest6
1 files changed, 0 insertions, 6 deletions
diff --git a/cleopatre/tools/flashfs/image/etc/init.d/S50plctest b/cleopatre/tools/flashfs/image/etc/init.d/S50plctest
deleted file mode 100755
index b00b0fbd7c..0000000000
--- a/cleopatre/tools/flashfs/image/etc/init.d/S50plctest
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-def_mac=$(ifconfig eth0 | grep HWaddr)
-def_mac=${def_mac/*00:13:D7:00:01:/}
-def_mac="00:13:D7:00:02:$def_mac"
-ebtables -A OUTPUT -o plc0 -p 0x88e1 \! -d $def_mac -j DROP
-ebtables -A FORWARD -o plc0 -p 0x88e1 \! -d $def_mac -j DROP