FreeBSD/src e8229fd (r354705)sys/net if_vlan.c

MFC r354443:
  Enqueue lladdr_task to update link level address of vlan, when its parent
  interface has changed.

  During vlan reconfiguration without destroying interface, it is possible,
  that parent interface will be changed. This usually means, that link
  layer address of vlan will be different. Therefore we need to update all
  associated with vlan's addresses permanent llentries - NDP for IPv6
  addresses, and ARP for IPv4 addresses. This is done via lladdr_task
  execution. To avoid extra work, before execution do the check, that L2
  address is different.
DeltaFile
+10-2sys/net/if_vlan.c
+10-21 files

UnifiedSplitRaw