From owner-freebsd-net@freebsd.org Mon Oct 8 08:15:27 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B51E10B6E77; Mon, 8 Oct 2018 08:15:27 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from sender-of-o53.zoho.com (sender-of-o53.zoho.com [135.84.80.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94AAE7F48F; Mon, 8 Oct 2018 08:15:26 +0000 (UTC) (envelope-from patfbsd@davenulle.org) ARC-Seal: i=1; a=rsa-sha256; t=1538986516; cv=none; d=zoho.com; s=zohoarc; b=ho/FvbdJvA5wN+3O9rcrfqnckwnTInd72Kw8KuB4Zlv3Zj0liCbdpBBKd3QICKlLaOYrxe3DXnKo/Fim4LzJ1bks6LjBDFyGmEYD68vq/ag2u2+QJmF/KkwHvSTXIyDD/PDF7gjwM0LEPCaKJNboWXMVAz7RDY9G6UmyD+Epv5s= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1538986516; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=gGZxCLEAq1c1kgZioQOF2sv+XGUUV/JJZCYcNUq4x80=; b=R700H+gW9QccLdHU4cnhJ7D/qnHrc03qHVXgl1mh59qPh/0BzXsmdJHX23FnlMSTRXcch5DqZjJuNg6agDw9rrYJVWZ0XqUEyvrxD8Zi5KemB4TBg/YU1ZmGqtTt6C3qIUszS7F56SUQgzI8b3yzFZjTeR9bWVd63UeLLvnTtx8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=davenulle.org; spf=pass smtp.mailfrom=patfbsd@davenulle.org; dmarc=pass header.from= header.from= Received: from mr185033.univ-rennes1.fr (mr185033.cri.univ-rennes1.fr [129.20.185.33]) by mx.zohomail.com with SMTPS id 1538986514679431.3542902421742; Mon, 8 Oct 2018 01:15:14 -0700 (PDT) Date: Mon, 8 Oct 2018 10:15:06 +0200 From: Patrick Lamaiziere To: Yuri Pankov Cc: freebsd-ports@freebsd.org, freebsd-net@freebsd.org Subject: Re: [freebsd 11.2] net-snmpd incomplete mac addresses Message-ID: <20181008101506.18133972@mr185033.univ-rennes1.fr> In-Reply-To: References: <20181005133302.5f518dc6@mr185033.univ-rennes1.fr> <930810ba-b659-d571-de84-995c1c97f1e5@yuripv.net> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2018 08:15:27 -0000 On Sat, 6 Oct 2018 14:03:46 +0300 Yuri Pankov wrote: Hello, > > Patrick Lamaiziere wrote: > >> Hello, > >> > >> freebsd 11.2/amd64 release > >> net-snmp-5.7.3_18 > >> > >> net-snmpd returns incomplete MAC addresses in > >> IF-MIB::ifPhysAddress, the first octet is always "0". > >> ... > For the note: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231996 > https://sourceforge.net/p/net-snmp/code/merge-requests/20/ Ok, I've tested your patch and it looks good now. Thanks a lot Yuri. Best regards.