Hi, I have a suggestion about /proc/net/IPv6_route format. In rt6_info_route(), interface name is treated as a maximum 8 characters. But the type of (struct rt6_inf *)->u.dst.dev->name is char[IFNAMESIZ= 16] so, I think that it should change "%8s" to "%16s". Thanks,