cvs commit: src/tools/regression/netinet/msocket_ifnet_remove Makefile msocket_ifnet_remove.c

Robert Watson rwatson at FreeBSD.org
Mon Sep 5 06:23:02 PDT 2005


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)


More information about the cvs-src mailing list