cvs commit: src/sys/net if_tun.c
    Bruce M Simpson 
    bms at FreeBSD.org
       
    Mon Feb  5 11:15:53 UTC 2007
    
    
  
bms         2007-02-05 11:15:52 UTC
  FreeBSD src repository
  Modified files:
    sys/net              if_tun.c 
  Log:
  Clean up after tun(4) properly; remove routes whose ifp is set to
  that of the tun instance even for the !AF_INET case, and properly
  remove configured addresses by calling if_purgeaddrs().
  
  Maintain the TUN_DSTADDR behaviour for compatibility with the OS/390
  emulator.
  
  MFC after:      3 weeks
  PR:             100080
  Reviewed by:    bz
  
  Revision  Changes    Path
  1.163     +9 -4      src/sys/net/if_tun.c
    
    
More information about the cvs-all
mailing list