From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 13:58:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32364106564A for ; Fri, 23 Apr 2010 13:58:14 +0000 (UTC) (envelope-from kickbsd@ya.ru) Received: from forward3.mail.yandex.net (forward3.mail.yandex.net [77.88.46.8]) by mx1.freebsd.org (Postfix) with ESMTP id D603A8FC18 for ; Fri, 23 Apr 2010 13:58:13 +0000 (UTC) Received: from web75.yandex.ru (web75.yandex.ru [77.88.47.200]) by forward3.mail.yandex.net (Yandex) with ESMTP id DDE7F56D8D64 for ; Fri, 23 Apr 2010 17:58:11 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1272031091; bh=SueJaEbxbhaMFwDxXYUKNL/aPJyEx2OWoH50Udzv50k=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=lqdYelbhOkJ2Lir4llzeLW11MNhWCrqycn6sf1l5+Z7CXpG7Lc+ktOQ/Xb82P28mQ wLs6KUNv1gbh2j8GshqmS4wpgy4IqZwSUA2jJGDPuvIyU9IYXrQqameDn7y6KLeFGA KFFlwvUyd3sAP6QGuzgEccobMyRBNc3Hhe7VFXqM= Received: from localhost (localhost.localdomain [127.0.0.1]) by web75.yandex.ru (Yandex) with ESMTP id DB8005104B4 for ; Fri, 23 Apr 2010 17:58:11 +0400 (MSD) X-Yandex-Spam: 1 X-Yandex-Front: web75.yandex.ru X-Yandex-TimeMark: 1272031091 Received: from leo.de.teleglobe.net (leo.de.teleglobe.net [64.86.53.146]) by mail.yandex.ru with HTTP; Fri, 23 Apr 2010 17:58:11 +0400 From: Baginski Darren To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-Id: <101811272031091@web75.yandex.ru> Date: Fri, 23 Apr 2010 17:58:11 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: pf icmp6 question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2010 13:58:14 -0000 Hi! Could please someone explain me the difference between pass quick inet6 proto icmp6 all keep state <- IPv6 works only within switch collision domain AND pass quick proto icmp6 all keep state <- IPv6 works globaly for whole internet IPv6 is staticaly set everywhere, none of routers or servers have stateless IPs. Thank you!