2 #include "include/ebtables_u.h"
4 static struct ebt_u_replace replace
;
5 void ebt_early_init_once();
7 int main(int argc
, char *argv
[])
10 ebt_early_init_once();
11 strcpy(replace
.name
, "filter");
12 do_command(argc
, argv
, EXEC_STYLE_PRG
, &replace
);