Re: [Linux-decnet-user] DECnet routing
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@ty...> - 2006-10-09 09:15:43
|
Alan Kemmerer wrote: > I have tried dnroute is does not function correctly. > Specifically on inbound traffic i.e. a request from non-local segment. > Linux wants to put it out to the local net. > Another thing I have see is that a cache entry is made prior to a valid link > to an address. > > Adding routes manually is a bit difficult since the DECnet is complicated. I suspect it's a lot easier than going into the kernel code ;-) eg: # ip -D route add 3.35 dev eth0 # ip -D route add to 1.15 via 3.35 dev eth0 protocol static -- patrick |