summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-02-07 16:04:13 +0000
committerbms <bms@FreeBSD.org>2007-02-07 16:04:13 +0000
commit61cc2fad7da1e9e31379d361767b26486acda39f (patch)
tree981653b25035c1f6aef8755b7d0dc334259d87c5 /sys/netinet/ip_mroute.h
parent0e5b15d726fe05f6c5c50c0dc9f7d5aed285d3c9 (diff)
downloadFreeBSD-src-61cc2fad7da1e9e31379d361767b26486acda39f.zip
FreeBSD-src-61cc2fad7da1e9e31379d361767b26486acda39f.tar.gz
Remove support for IPIP tunnels in IPv4 multicast forwarding. XORP has
never used them; with mrouted, their functionality may be replaced by explicitly configuring gif(4) instances and specifying them with the 'phyint' keyword. Bump __FreeBSD_version to 700030, and update UPDATING. A doc update is forthcoming. Discussed on: net Reviewed by: fenner MFC after: 3 months
Diffstat (limited to 'sys/netinet/ip_mroute.h')
-rw-r--r--sys/netinet/ip_mroute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h
index 07b007b..6e5cf15 100644
--- a/sys/netinet/ip_mroute.h
+++ b/sys/netinet/ip_mroute.h
@@ -102,8 +102,8 @@ struct vifctl {
struct in_addr vifc_rmt_addr; /* remote address (tunnels only) */
};
-#define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */
-#define VIFF_SRCRT 0x2 /* tunnel uses IP source routing */
+#define VIFF_TUNNEL 0x1 /* no-op; retained for old source */
+#define VIFF_SRCRT 0x2 /* no-op; retained for old source */
#define VIFF_REGISTER 0x4 /* used for PIM Register encap/decap */
/*
OpenPOWER on IntegriCloud