From 11fe7d1d77cfd7b29ea14cc05b7fb2ea6ba13b74 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Wed, 4 Aug 2010 11:20:31 +0100 Subject: Fix various capability flags so that sessions are restarted. For some reason (unknown) changing the following did NOT restart any active session: neighbor dont-capability-negotiate neighbor override-capability neighbor strict-capability-match since these can all change the nature of a session, this seems to be a (long time) bug, and has been fixed. Also, per RFC 5492: if (during OpenSent and OpenConfirm) get a NOTIFICATION: "Open/Unsupported Optional Parameter", treat that as "don't understand capabilities" and suppress sending of capabilities. Advanced to "ex05". --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8f8db362..a4c411bb 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ ## $Id$ AC_PREREQ(2.53) -AC_INIT(Quagga, 0.99.15ex04, [http://bugzilla.quagga.net]) +AC_INIT(Quagga, 0.99.15ex05, [http://bugzilla.quagga.net]) AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3