From owner-freebsd-net@FreeBSD.ORG Tue Sep 27 20:57:08 2011 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 054F51065678 for ; Tue, 27 Sep 2011 20:57:08 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id B94B18FC0A for ; Tue, 27 Sep 2011 20:57:07 +0000 (UTC) Received: by qyk4 with SMTP id 4so8731860qyk.13 for ; Tue, 27 Sep 2011 13:57:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=WVr9jeiYfsgGnmAxnZ4W3N4snsUniHTGbGLp9lZQM8E=; b=kYGi5WRS5/YIt4ZIf7nGda1BsScQNJmYxVjsuBGs1yyhqJPQDlgNEMOD8l7ylZ2zKL ZSUwMpCpi15OL5SD/bprS5hdfIBtpjrt1Dc0ztqIVFyg1u5QvZ1heSH4UX3wvNyLmz6b WTaSuRVgql6TMoKCv3d2LVVT+4WezgLN64O4o= Received: by 10.229.219.67 with SMTP id ht3mr6269340qcb.30.1317155212118; Tue, 27 Sep 2011 13:26:52 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.229.80.13 with HTTP; Tue, 27 Sep 2011 13:26:32 -0700 (PDT) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Tue, 27 Sep 2011 22:26:32 +0200 X-Google-Sender-Auth: S2NU7wBGl6wgvV6VfsJ1rCxwAzk Message-ID: To: net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: How to protect RIPng or OSPFv3 with IPsec ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2011 20:57:08 -0000 Hi, I'm trying to protect RIPng and OSPFv3 (I'm using Quagga and Bird), but I didn't know how to manage multicast traffic with setkey. Does someone have an example of /etc/ipsec.conf for protecting RIPng or OSPF3 ? Thanks, Olivier