ip_rcv function

Sujit Vaidya (svaidya75@yahoo.com)
Mon, 22 Nov 1999 16:17:52 -0800 (PST)


Hi,
I have a box with IP address xxx.xxx.x.41 ie its an
odd IP address. In the ip_rcv function in
net/ip_input.c file, i am testing for the incomming IP
packets,
if ip->saddr == odd
goto dropit;

I am dropping it if the source IP address of incomming
IP packets is odd.
But, when I compile the kernel with such a
condition
I am not able to access the network.

Any particular reason for such a situation to occur.
I am using RED HAT 6.0

Thanks
SUJIT
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/