]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r196504:
authorzec <zec@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 28 Aug 2009 19:18:20 +0000 (19:18 +0000)
committerzec <zec@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 28 Aug 2009 19:18:20 +0000 (19:18 +0000)
commit924e8eaa9454f10fb9432ac95ff01dd0aeef70ca
tree1907cd7d84d2198ef3cfe0b751f74cdaa5204a8f
parente2566404a65abc41b73ccccc46476322ab14cf8f
MFC r196504:

  When moving ifnets from one vnet to another, and the ifnet
  has ifaddresses of AF_LINK type which thus have an embedded
  if_index "backpointer", we must update that if_index backpointer
  to reflect the new if_index that our ifnet just got assigned.

  This change affects only options VIMAGE builds.

  Submitted by: bz
  Reviewed by:  bz
  Approved by:  re (rwatson), julian (mentor)

Approved by: re (rwatson)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196624 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if.c