Hello list I received the following bug report against the Debian package of Quagga. Can anybody comment it?
bye, -christian- On 2005-04-09 Rémi Denis-Courmont wrote: > Package: quagga > Version: 0.98.2-2 > Severity: minor > > > Hello, > > For some reason, zebra opens a raw ICMPv6 socket, but it looks like it > does not reads data on it : > > # netstat -l > Proto Recv-Q Send-Q Local Address Foreign Address > State PID/Program name > (...) > raw6 109380 0 *:ipv6-icmp *:* > 7 22504/zebra > > If it doesn't need it, it should be closed/not opened. If it's only for > writing, the socket should be shutdown for reading. If otherwise, it's > a bug.