Hi
Idon't know if I am the only one, but I can't use the -Lx, -Lc, and -Ln
options with ebtables : the only answer I got is (under gdb):
(gdb)
Bad chain.
Program exited with code 0377.
(gdb)
On the other way, I can use any of the other commands and options.
I went through the code, trying to debug with gdb : when I type -Lc, the
value of the "c" variable (see ebtables.c) ist 76, i.e the same as for -L
option, where it seems it should be 4
Can I have an explanation, or a way to correct this? Is it working for you
?
|