]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes mixed-up messages on netlink socket
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 17 Apr 2009 16:43:11 +0000 (18:43 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 17 Apr 2009 16:43:11 +0000 (18:43 +0200)
commite366625c0ef21d02caf2dab1935862ace1e10fed
tree35e4344e0dc80946b2d3de3d94f83c6f1dd00f8d
parentc8a6b9a3d199444fd45879dd5cc5ececd9624822
Fixes mixed-up messages on netlink socket

Under specific circumstances there might be two mixed-up
netlink sessions (one for scan, the other for route change
request). This patch separates netlink scans and requests
to two fds (and seq counters).

This should fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428865
sysdep/linux/netlink/netlink.c