From owner-freebsd-net@freebsd.org Tue May 10 06:11:57 2016 Return-Path: Delivered-To: freebsd-net@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 095F1B35F2F for ; Tue, 10 May 2016 06:11:57 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 A172010A9 for ; Tue, 10 May 2016 06:11:56 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-wm0-x229.google.com with SMTP id g17so7656235wme.1 for ; Mon, 09 May 2016 23:11:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=D5gBXWaujb6q78Id+KfhtgdtuYECKIwl2dsMooPtNMg=; b=d1g68lL7FVSo4y97tusQ3ZSRZ8r1roAZFyIpGZaYtym7ylTlOokOWQfX5tJKWDq+mp wo5C4ntJbEJKFMLTlNyQmqOENFdVz6i4HJoJ0iBQ+DBD7iINLFdcua3bawKSPSYT1bKL tZosLJCUorwj/N4Q5gOIThGdbK4M4i3E31Nh8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=D5gBXWaujb6q78Id+KfhtgdtuYECKIwl2dsMooPtNMg=; b=aDnZZJgcLkCG4kL+WIssYa7t/n+k0t9T1ZpADBvL57b/Qf2dqCC8mY3t1RFN/YWmRA vnyjU2HxRJtjXqVvLmpuD4tToksB0DkBGzu07zcmKd+6XhuqduDv/U3+TlzuKRf/rCNl 6Ko1t4pRDomcHVPykjAPqgGfJrtsDjwVahfC3F78NlkW1s7JaaTsqCS0Kz6t4O0DFuvp LPHdRAHmYzrA5ACQoQYY7a3Bl78UOQQVVCn4LZXConyYJOIwmCgFOihTxj4eiT2O0qIs A57BMbZ6DodYD7Tdb+kJYV0o7mKPaeM91otzcXbLwxZDRS5BNG2s9x55s5DNhdGkiJ59 43wg== X-Gm-Message-State: AOPr4FWrB+7GpfIzoewI+fcf+e9cd76cqPOIgG6WZoaIHz00gWNxwVSZKcJDmxsZ5sZpA5rATuIT+3I1gcJNYw== X-Received: by 10.194.143.51 with SMTP id sb19mr37668145wjb.98.1462860715256; Mon, 09 May 2016 23:11:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.31.137 with HTTP; Mon, 9 May 2016 23:11:25 -0700 (PDT) In-Reply-To: References: <52FB7430-BC4D-4157-94FB-4245BA1C3066@van-laarhoven.org> From: Eitan Adler Date: Mon, 9 May 2016 23:11:25 -0700 Message-ID: Subject: Re: PR 166255 - disable promiscuous mode warning via sysctl To: Damien Fleuriot Cc: Nick Hibma , "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 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, 10 May 2016 06:11:57 -0000 On 9 May 2016 at 08:16, Damien Fleuriot wrote: > @Eitan > The problem with adjusting this at syslog (or rsyslog)'s level is that you > effectively generate the message, then have to expand even more work to > actually suppress it, making your machine work twice for no reason. To be clear: I wasn't suggesting using syslog.conf. I was suggesting something more generic than a sysctl-per-warning though. -- Eitan Adler