cvs commit: src/sys/netinet if_atm.c
Hartmut Brandt
harti at FreeBSD.org
Tue Aug 5 07:59:07 PDT 2003
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
More information about the cvs-src
mailing list