Displaying 1 result from an estimated 1 matches for "aeebf837".
2013 Jul 13
1
Router mode and MAC addresses
Hi,
I have two concerns about tinc's behavior regarding MAC addresses in
router mode:
- Looking at the code, it appears that tinc is always sending each
packet with its Ethernet header, even if tinc is operating in router
mode. It is my understanding that in router mode, all routing is done at
the IP level, thus we do not need Ethernet information. This seems like
unnecessary overhead.