aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/imqebt/ebtables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/remus/imqebt/ebtables-standalone.c')
-rw-r--r--tools/remus/imqebt/ebtables-standalone.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/remus/imqebt/ebtables-standalone.c b/tools/remus/imqebt/ebtables-standalone.c
deleted file mode 100644
index eecc210d44..0000000000
--- a/tools/remus/imqebt/ebtables-standalone.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <string.h>
-#include "include/ebtables_u.h"
-
-static struct ebt_u_replace replace;
-void ebt_early_init_once();
-
-int main(int argc, char *argv[])
-{
- ebt_silent = 0;
- ebt_early_init_once();
- strcpy(replace.name, "filter");
- do_command(argc, argv, EXEC_STYLE_PRG, &replace);
- return 0;
-}