Date: Tue, 5 Aug 2003 07:59:06 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_atm.c Message-ID: <200308051459.h75Ex6Wu034221@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2003/08/05 07:59:06 PDT FreeBSD src repository Modified files: sys/netinet if_atm.c Log: When adding a channel for INET failed at the device level (ioctl) the code used to call rtrequest(RTM_DELETE, ...). This is a problem, because the function that just has called us (route_output) is not really happy with the route it just is creating beeing ripped out from under it. Unfortunately we also cannot return an error from ifa_rtrequest. Therefore mark the route just as RTF_REJECT. Revision Changes Path 1.13 +4 -2 src/sys/netinet/if_atm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308051459.h75Ex6Wu034221>