[Linux-decnet-commit] CVS: dnprogs/Documentation dnroute.README, NONE, 1.1
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Christine C. <chr...@us...> - 2008-09-02 16:13:36
|
Update of /cvsroot/linux-decnet/dnprogs/Documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15456/Documentation Added Files: dnroute.README Log Message: Move the dnroute README into the Documentation directory --- NEW FILE: dnroute.README --- This is dnroute - the DECnet routing daemon What it will do is to send out level 1 routing messages containing the local neighbour information for this node. If you enable routing for your kernel then this daemon will make it look as though it can route DECnet packets to other DECnet nodes. It will also, optionally, send level2 routing messages showing which other areas can be seen. It also sets up area routes to remote areas that are seen via these messages and adjusts those routes according to the relative cost of each route. The router priority is NOT currrently taken into account cos it's not currently available to userspace, but the cost bit seems to work pretty well. Use the ip command to show the routes set up by the daemon and report any problems. ip -D route NOTES: echo "1" into /proc/sys/net/decnet/conf/eth<x>/forwarding echo "1" into /proc/sys/net/decnet/conf/eth<x>/priority (Must NOT be 0) |