in kernel > 2.1.7x impossible to compile with Bridging

Davide Tacchella (davide.tacchella@fantastic.ch)
Wed, 10 Dec 1997 16:44:15 +0100


I don't know where should I send this Email, but I'm trying to compile the kernel 2.1.72 with bridging enabled, but I need to modify the following source

.../linux/net/core/dev.c
line 598:
modify from struct skbuff to sk_buff,

line 613:
comment out continue;

and then in file
.../linux/net/bridge/br.c
the code is trying to get some information from the device structure, but the field buffs does not exists any more, can someone tell me what is the name of the new field ?

Thanks a lot.

Tack