]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[DECNET]: Fix level1 router hello
authorPatrick Caulfield <patrick@tykepenguin.com>
Thu, 4 May 2006 06:36:23 +0000 (23:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 May 2006 06:36:23 +0000 (23:36 -0700)
commitd1a649838802edd94b6335834919463c6ae61f40
treef4500b91df6e48a94b9c490f95f772f911a9de12
parent75c2d9077c63ac21488129cc23561d4f4fd0f5e5
[DECNET]: Fix level1 router hello

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 hope the patch is clearer than
the description. sorry).

Signed-off-by: Patrick Caulfield <patrick@tykepenguin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/dn_neigh.c