cvs commit: src/sys/netinet in_pcb.c

Gleb Smirnoff glebius at FreeBSD.org
Mon Feb 28 10:08:07 GMT 2005


glebius     2005-02-28 10:08:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/netinet          in_pcb.c 
  Log:
  MFC 1.159, 1.160:
    We can make code simplier after last change.
  
    Noticed by:     Andrew Thompson
  
    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@
  
  Revision   Changes    Path
  1.153.2.6  +3 -5      src/sys/netinet/in_pcb.c


More information about the cvs-all mailing list