summaryrefslogtreecommitdiffstats
path: root/arptables-restore
diff options
context:
space:
mode:
Diffstat (limited to 'arptables-restore')
-rw-r--r--arptables-restore8
1 files changed, 2 insertions, 6 deletions
diff --git a/arptables-restore b/arptables-restore
index d672d54..c509702 100644
--- a/arptables-restore
+++ b/arptables-restore
@@ -1,12 +1,8 @@
#!/usr/bin/perl -w
-#
-#
-# A script that imports text ebtables rules. Similar to iptables-restore.
-# It can be used to restore configuration from /etc/sysconfig/ebtables.
-#
+# A script that imports text arptables rules. Similar to iptables-restore.
use strict;
-my $tool = "/sbin/arptables";
+my $tool = "__EXEC_PATH__/arptables";
my $table;
my $rc;
my $line;