On Jan 2, 2015, at 12:34 PM, Johnny Billquist <bqt at softjar.se> wrote:
On 2015-01-02 18:28, Hans Vlems wrote:
Is there an advantage if you use a tunnel in stead of Johnny's bridge
program which I use?
It scales better and use less network bandwidth, if that is a concern.
Less network bandwidth because the GRE tunnel doesn t use Ethernet padding and regular
Ethernet headers, while the JB bridge is a bridge so it does have both of those?
That seems like the only difference; from the DECnet routing layer point of view, both are
LAN links and the protocol operation is the same for both.
FWIW, my Python based router includes GRE tunneling, and while I would not claim it is
totally production grade code yet, it s in good enough shape that it might be
interesting for one or two enterprising folks to try that approach. A useful property
vs. Cisco boxes is the cost (free).
paul