From owner-freebsd-pf@FreeBSD.ORG Sat Nov 6 15:53:43 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F46E16A4CE for ; Sat, 6 Nov 2004 15:53:43 +0000 (GMT) Received: from plouf.absolight.net (plouf.absolight.net [212.43.217.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD2CC43D1D for ; Sat, 6 Nov 2004 15:53:42 +0000 (GMT) (envelope-from mat@mat.cc) Received: from cc-147.int.t-online.fr (unknown [213.44.125.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by plouf.absolight.net (Postfix) with ESMTP id 2B024A24000; Sat, 6 Nov 2004 16:53:42 +0100 (CET) Date: Sat, 06 Nov 2004 16:53:40 +0100 From: Mathieu Arnold To: Max Laier , freebsd-pf@freebsd.org Message-ID: In-Reply-To: <200411061631.52982.max@love2party.net> References: <200411061631.52982.max@love2party.net> X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: New CARP patchset against RELENG_5_3 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 15:53:43 -0000 +-le 06/11/2004 16:31 +0100, Max Laier =E9crivait : | Hi, |=20 | S=F8ren Vrist was so kind to sent me a reject resolved version of the CARP=20 | patchset now to apply cleanly against RELENG_5_3. It can be found | (alongside with the earlier patches) at: | http://people.freebsd.org/~mlaier/CARP/ |=20 | Now that 5.3 is done I think that I am going to commit this till the end of = | 2004, provided you guys help with testing and provide me with feedback! |=20 | Thanks a lot to S=F8ren for standing up and doing the nasty reject resolve! Reading this, I see : diff -u -Nru /usr/src/sys/sys/mbuf.h /mnt/backup/fysio-src/sys/sys/mbuf.h --- /usr/src/sys/sys/mbuf.h Fri Oct 15 21:45:13 2004 +++ /mnt/backup/fysio-src/sys/sys/mbuf.h Thu Nov 4 14:52:52 2004 @@ -643,6 +643,7 @@ #define PACKET_TAG_RTSOCKFAM 25 /* rtsock sa family */ #define PACKET_TAG_PF_TRANSLATE_LOCALHOST 26 /* PF translate localhost */ #define PACKET_TAG_IPOPTIONS 27 /* Saved IP options */ +#define PACKET_TAG_CARP 27 /* CARP info */ =20 /* Packet tag routines. */ struct m_tag *m_tag_alloc(u_int32_t, int, int, int); which seems wrong, but it may only be me. --=20 Mathieu Arnold