All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem facing with ipv6 router advertisement in kernel-3.0.26
@ 2012-07-18 13:02 BALAKUMARAN KANNAN
  0 siblings, 0 replies; only message in thread
From: BALAKUMARAN KANNAN @ 2012-07-18 13:02 UTC (permalink / raw)
  To: netdev

       As per RFC, curhoplimit of router advertisement(ra) should be kept as hoplimit for the routing table entry. It expects that the hoplimit of a routing path should not affected if a ra comes for the path with curhoplimit is 0. But in the case of kernel-3.0.26, the value is altered to 255. But it happens only in the router cache(#ip -6 route show cached) not in the main routing table (#ip -6 route show). But if I disable 'multiple routing table' option while building the kernel, it also affects the main routing table.

	Timer expiry for a routing table entry. I am facing this scenario. I have the gc_interval value 30 seconds. I am receinving a ra with preferred lifetime 20 seconds. So the routing table entry expirs and removed from the routing table in 20 seconds. But the cache remains with the expired routing entry till next flush.

	As per my knowledge MTU value is not stored in the routing table. I can see the the MTU value in routing cache but not in the main routing table. So in my case, once the routing cahce is flushed, the kernel not properly fragments the packet according to the MTU value even the timer doesn't expire. I don't know am I right or wrong. I will tell what is happening. I have a router connected with a target board. The router sends a ra with mtu 1200 and sends a ICMP_REQUEST with length 1500. And it expects the target board to send ICMP_REPLY as fragmented into two packets (1200 and 300). But the target board does correctly if the cache is present. But once the cache is flushed, it fails.

Note: I am using Kernel-3.0.26 for arm architecture.

Thank you,

--Regards,
K.Balakumaran

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-18 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-18 13:02 Problem facing with ipv6 router advertisement in kernel-3.0.26 BALAKUMARAN KANNAN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.