Re: [PATCH] DECnet: Fix level1 router hello

2006-05-04 Thread David S. Miller
From: Patrick Caulfield [EMAIL PROTECTED] Date: Thu, 27 Apr 2006 13:37:23 +0100 This patch fixes hello messages sent when a node is a level 1 router. Slightly contrary to the spec (maybe) VMS ignores hello messages that do not name level2 routers that it also knows about. So, here we simply

[PATCH] DECnet: Fix level1 router hello

2006-04-27 Thread Patrick Caulfield
This patch fixes hello messages sent when a node is a level 1 router. Slightly contrary to the spec (maybe) VMS ignores hello messages that do not name level2 routers that it also knows about. So, here we simply name all the routers that the node knows about rather just other level1 routers. (I