summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-07-26 18:05:16 +0000
committerwollman <wollman@FreeBSD.org>1995-07-26 18:05:16 +0000
commit39a85a58ed8d6e8e315fe2b097174f032de724c4 (patch)
tree0733cadd9ba1a752d85a8046472fba0c995ad24f /sys/netinet/ip_var.h
parent94e5a8eb42395728836ef3ee2387fe1f64b655f1 (diff)
downloadFreeBSD-src-39a85a58ed8d6e8e315fe2b097174f032de724c4.zip
FreeBSD-src-39a85a58ed8d6e8e315fe2b097174f032de724c4.tar.gz
Fix test for determining when RSVP is inactive in a router. (In this
case, multicast options are not passed to ip_mforward().) The previous version had a wrong test, thus causing RSVP mrouters to forward RSVP messages in violation of the spec.
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index a210ab7..028939a 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_var.h 8.1 (Berkeley) 6/10/93
- * $Id: ip_var.h,v 1.11 1995/06/13 17:51:15 wollman Exp $
+ * $Id: ip_var.h,v 1.12 1995/06/28 05:13:02 davidg Exp $
*/
#ifndef _NETINET_IP_VAR_H_
@@ -161,6 +161,7 @@ extern struct socket *ip_rsvpd; /* reservation protocol daemon */
extern struct socket *ip_mrouter; /* multicast routing daemon */
extern int (*legal_vif_num) __P((int));
extern u_long (*ip_mcast_src) __P((int));
+extern int rsvp_on;
int ip_ctloutput __P((int, struct socket *, int, int, struct mbuf **));
void ip_deq __P((struct ipasfrag *));
OpenPOWER on IntegriCloud