linux/net/decnet
Patrick Caulfield d1a6498388 [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>
2006-05-03 23:36:23 -07:00
..
netfilter [NETFILTER]: Rename init functions. 2006-03-28 17:02:48 -08:00
Kconfig
Makefile
README
TODO
af_decnet.c
dn_dev.c [DECNET]: Fix refcount 2006-03-29 13:57:31 -08:00
dn_fib.c
dn_neigh.c [DECNET]: Fix level1 router hello 2006-05-03 23:36:23 -07:00
dn_nsp_in.c
dn_nsp_out.c
dn_route.c [DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking 2006-03-20 23:00:29 -08:00
dn_rules.c
dn_table.c
dn_timer.c
sysctl_net_decnet.c

README

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>