mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
Completely turn off RSVP intercept when a socket being used for that purpose
is PRU_DETACHed. This solves the problem that RSVP would not come up inm raw mode if previously killed.
This commit is contained in:
parent
47212158a0
commit
b4489dc30a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9680
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)raw_ip.c 8.2 (Berkeley) 1/4/94
|
||||
* $Id: raw_ip.c,v 1.18 1995/05/12 20:00:21 ache Exp $
|
||||
* $Id: raw_ip.c,v 1.20 1995/06/13 17:51:16 wollman Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -333,6 +333,7 @@ rip_usrreq(so, req, m, nam, control)
|
||||
panic("rip_detach");
|
||||
if (so == ip_mrouter)
|
||||
ip_mrouter_done();
|
||||
ip_rsvp_force_done(so);
|
||||
if (so == ip_rsvpd)
|
||||
ip_rsvp_done();
|
||||
in_pcbdetach(inp);
|
||||
|
Loading…
Reference in New Issue
Block a user