From 714ae42a868b48de754cf5f4ba510508087d6829 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Wed, 25 Feb 2004 23:56:30 +0000 Subject: [PATCH] Add a note about the routed update breaking compatibility (for MD5 authentication only) with older versions of FreeBSD's routed. --- UPDATING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPDATING b/UPDATING index 8249f37acb75..2e08c923effd 100644 --- a/UPDATING +++ b/UPDATING @@ -17,6 +17,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20040225: + routed has been updated in the base system from the vendor + sources, routed v2.27, from rhyolite.com. This change means that + for users who use RIP's MD5 authentication feature, FreeBSD + -CURRENT's routed is now incompatible with previous versions + of FreeBSD; however it is now compatible with implementations + from Sun, Cisco and other vendors. + 20040224: The tcpcb structure has changed and makes a recompile of libkvm and related userland network utilities neccessary.