Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Sep 2005 13:23:01 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/regression/netinet/msocket_ifnet_remove Makefile msocket_ifnet_remove.c
Message-ID:  <200509051323.j85DN1V3082536@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-09-05 13:23:01 UTC

  FreeBSD src repository

  Added files:
    tools/regression/netinet/msocket_ifnet_remove Makefile 
                                                  msocket_ifnet_remove.c 
  Log:
  Add a regression test to test two variations on the same bug: joining a
  multicast group using a raw socket, then removing the interface on which
  the group is found, and joining a multicast group using a udp socket,
  then removing the interface on which the group is found.  An if_disc
  interface is used as the interface on which to attach.
  
  NB: A panic currently results from running this regression test, so do
  so with caution.
  
  PR:             77665
  Reported by:    Gavin Atkinson <gavin dot atkinson at ury dot york dot ac dot uk>
  Reported by:    Brooks Davis <brooks at FreeBSD dot org>
  
  Revision  Changes    Path
  1.1       +7 -0      src/tools/regression/netinet/msocket_ifnet_remove/Makefile (new)
  1.1       +244 -0    src/tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c (new)



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