cvs commit: src/sys/netinet in_pcb.c

Gleb Smirnoff glebius at FreeBSD.org
Tue Feb 22 07:39:16 GMT 2005


glebius     2005-02-22 07:39:15 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_pcb.c 
  Log:
  In in_pcbconnect_setup() remove a check that route points at
  loopback interface. Nobody have explained me sense of this check.
  It breaks connect() system call to a destination address which is
  loopback routed (e.g. blackholed).
  
  Reviewed by:    silence on net@
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.159     +2 -4      src/sys/netinet/in_pcb.c


More information about the cvs-all mailing list