Fast handoff of roaming MAC addresses.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Oct 2009 22:53:49 +0000 (23:53 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 27 Oct 2009 22:53:49 +0000 (23:53 +0100)
commit6f6f426b353596edca77829c0477268fc2fc1925
tree16736d791bc7d78c2f5b8afd2d164a9de6470e46
parente00b44cb98e4d50a0d426048ba01dbd80bcb5941
Fast handoff of roaming MAC addresses.

In switch mode, if a known MAC address is claimed by a second node before it
expired at the first node, it is likely that this is because a computer has
roamed from the LAN of the first node to that of the second node. To ensure
packets for that computer are routed to the second node, the first node should
delete its corresponding Subnet as soon as possible, without waiting for the
normal expiry timeout.
src/protocol_subnet.c