From owner-freebsd-current@freebsd.org Wed Apr 5 14:47:16 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2403D30611 for ; Wed, 5 Apr 2017 14:47:16 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-io0-x232.google.com (mail-io0-x232.google.com [IPv6:2607:f8b0:4001:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BAB6E21 for ; Wed, 5 Apr 2017 14:47:16 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-io0-x232.google.com with SMTP id f84so11092550ioj.0 for ; Wed, 05 Apr 2017 07:47:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject :content-transfer-encoding; bh=E2/8eFipciYLnOr2U7xz2Syxb6UurWJabrwiaWr/628=; b=ap+9j0ZUzxTA4zPS+pggK1DxNHey9Dn7VZQ2Lm8AZ7dqSVjLhlsRtPXi5HuHDUg2KM O+ElSiu/8KO3CQpMqjDM6y0c/4b4ciHdpy5hE8n1xaGeryoqp/0WiaYdEEkXTb+mPcZp 40TAbvrPQa/yIXwvFQ+g6A3YsjRaydvL7wl+FlxGEslHEpW/EcdrkfPakaUbsWEyTSw7 oGttvjAJUc7qVopjW0HF5/xd5qzImxkRxi8s9jePNbp3HGA0Ez3rgBfMFZxS/l1bTtuq 2OCHPwPT5wDHcDRQNSRmRXsd5Be+WzdA6+OzFwYk/Eq9mMJpc1mE+GE7+QN8oY91+/vV tR0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-transfer-encoding; bh=E2/8eFipciYLnOr2U7xz2Syxb6UurWJabrwiaWr/628=; b=raVQG/xQZhXX+qYSEtgO4wKRxrHP6SchU8lHk4nQvV8CnYc5Mg32YatGUc5DBo0o+5 ewT5XCAy+RC1baAIA1XXRSRketWMUW22+icw2poOOqfoLvNXoxdSajgAdthG2bYqRHEp LnwcquQp4XpYZ40o1T24SDbMssd7+lr+T7lEwjqa1F2mpykHXU1kPeCnXV0zKH4l3/vQ T8RusmLAievqdijbHCRzq+xvGd/pP6c/wRlWN9bk1NwAX1bVJtw3b6eWLKLzZBAUO6hO 8TzTwWKDjsaaeco8BHxRjKHlYj/9Sw3Pib7m1ux2IqNEkphjFInZeGSi62IW5HenzEbm yfdA== X-Gm-Message-State: AFeK/H0pxODs3CvNnCHkS7nbuTa9B+/+MLlj7/IuYGKTLAQKaQOXmKJz89zsH5NMB6UEmw== X-Received: by 10.107.50.206 with SMTP id y197mr28606600ioy.214.1491403635620; Wed, 05 Apr 2017 07:47:15 -0700 (PDT) Received: from [10.0.10.3] (cpe-74-141-88-57.neo.res.rr.com. [74.141.88.57]) by smtp.googlemail.com with ESMTPSA id p201sm8805273itp.3.2017.04.05.07.47.14 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 05 Apr 2017 07:47:15 -0700 (PDT) Message-ID: <58E50379.6090406@gmail.com> Date: Wed, 05 Apr 2017 10:47:21 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: FreeBSD current Subject: Is ipfilter firewall with ippool working? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2017 14:47:16 -0000 I have been a ipfilter user since Freebsd 3.0 without any complaints. Now I'm trying to get ippool to function. I have been able to add a pool, but now I want to refresh it's contents. From what I read in "man 8 ippool", I have to remove the pool from core and then re-add it with the complete new content. When I issue this command to remove the named ippool from core, I get message saying "Segmentation fault (core dumped)" and the system continues as normal. ippool -R -m unsolicited I know that in 2016 ipfilter was forked and updated to be freebsd friendly. Thinking maybe something in the kernel code was changed that now is causing this problem. I'm running release 11.0. Is there anyone out there who has ipfilter/ippool working?