diff options
author | bms <bms@FreeBSD.org> | 2007-02-07 16:04:13 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2007-02-07 16:04:13 +0000 |
commit | 61cc2fad7da1e9e31379d361767b26486acda39f (patch) | |
tree | 981653b25035c1f6aef8755b7d0dc334259d87c5 /UPDATING | |
parent | 0e5b15d726fe05f6c5c50c0dc9f7d5aed285d3c9 (diff) | |
download | FreeBSD-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 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -21,6 +21,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20070207: + Support for IPIP tunnels (VIFF_TUNNEL) in IPv4 multicast routing + has been removed. Its functionality may be achieved by explicitly + configuring gif(4) interfaces and using the 'phyint' keyword in + mrouted.conf. + XORP does not support source-routed IPv4 multicast tunnels nor the + integrated IPIP tunneling, therefore it is not affected by this + change. The __FreeBSD_version macro has been bumped to 700030. + 20061221: Support for PCI Message Signalled Interrupts has been re-enabled in the bge driver, only for those chips which are |