From a5505d094ca47b4c074e372f2cb365c0ef24ff35 Mon Sep 17 00:00:00 2001 From: sdhsdh Date: Wed, 30 Sep 2009 02:11:19 +0000 Subject: [PATCH] radv generation bug --- tos/lib/net/blip/ICMPResponderP.nc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tos/lib/net/blip/ICMPResponderP.nc b/tos/lib/net/blip/ICMPResponderP.nc index ce987f12..2a9b98fa 100644 --- a/tos/lib/net/blip/ICMPResponderP.nc +++ b/tos/lib/net/blip/ICMPResponderP.nc @@ -233,8 +233,8 @@ module ICMPResponderP { call IPRouting.reportAdvertisement(meta->sender, r->hlim, meta->lqi, beacon->metric); // push out the seqno update - call Advertisement.stop(); - call ICMP.sendAdvertisements(); + // call Advertisement.stop(); + // call ICMP.sendAdvertisements(); if (pfx->type != ICMP_EXT_TYPE_PREFIX) return; -- 2.39.2