This commit is contained in:
Guus Sliepen 2002-03-15 15:50:14 +00:00
parent e0dee53770
commit 07e37f8da0

View file

@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: route.c,v 1.1.2.35 2002/03/15 15:40:40 guus Exp $
$Id: route.c,v 1.1.2.36 2002/03/15 15:50:14 guus Exp $
*/
#include "config.h"
@ -399,7 +399,7 @@ cp
n = route_ipv4(packet);
break;
case 0x86DD:
if(packet->data[20] == IPPROTO_ICMPV6 && packet->data[54] = ND_NEIGHBOR_SOLICIT)
if(packet->data[20] == IPPROTO_ICMPV6 && packet->data[54] == ND_NEIGHBOR_SOLICIT)
{
route_neighborsol(packet);
return;