2002-10-31 16:58:10

by Ognen Duzlevski

[permalink] [raw]
Subject: include/net/dst.h and linux 2.5.45

net/ipv4/netfilter/ipt_TCPMSS.c: In function `ipt_tcpmss_target':
net/ipv4/netfilter/ipt_TCPMSS.c:88: structure has no member named `pmtu'
net/ipv4/netfilter/ipt_TCPMSS.c:91: structure has no member named `pmtu'
net/ipv4/netfilter/ipt_TCPMSS.c:95: structure has no member named `pmtu'
make[3]: *** [net/ipv4/netfilter/ipt_TCPMSS.o] Error 1
make[2]: *** [net/ipv4/netfilter] Error 2
make[1]: *** [net/ipv4] Error 2
make: *** [net] Error 2
--

unsigned pmtu; has been removed from the dst_entry structure in
include/net/dsh.h. I am not a kernel hacker so I am not sure what the
problem is.

Thank you,
Ognen