Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2009 10:14:09 +0000 (UTC)
From:      Marko Zec <zec@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net if.c
Message-ID:  <200908241014.n7OAEN8d041148@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
zec         2009-08-24 10:14:09 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c 
  Log:
  SVN rev 196504 on 2009-08-24 10:14:09Z by zec
  
  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)
  
  Revision  Changes    Path
  1.362     +15 -0     src/sys/net/if.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908241014.n7OAEN8d041148>