[netmod] Yangdoctors early review of draft-ietf-netmod-intf-ext-yang-16
Andy Bierman via Datatracker <noreply@ietf.org> Tue, 01 April 2025 00:02 UTC
Return-Path: <noreply@ietf.org>
X-Original-To: netmod@ietf.org
Delivered-To: netmod@mail2.ietf.org
Received: from [10.244.8.216] (unknown [104.131.183.230]) by mail2.ietf.org (Postfix) with ESMTP id 3EF6D157E936; Mon, 31 Mar 2025 17:02:05 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: Andy Bierman via Datatracker <noreply@ietf.org>
To: yang-doctors@ietf.org
X-Test-IDTracker: no
X-IETF-IDTracker: 12.37.0
Auto-Submitted: auto-generated
Precedence: bulk
Message-ID: <174346572495.2277057.11772245149367041298@dt-datatracker-5b9b68c5b6-zxk6z>
Date: Mon, 31 Mar 2025 17:02:04 -0700
Message-ID-Hash: 6EPVQHVON4TVXBQVK7S3EABGHFO2BNVP
X-Message-ID-Hash: 6EPVQHVON4TVXBQVK7S3EABGHFO2BNVP
X-MailFrom: noreply@ietf.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-netmod.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
CC: draft-ietf-netmod-intf-ext-yang.all@ietf.org, netmod@ietf.org
X-Mailman-Version: 3.3.9rc6
Reply-To: Andy Bierman <andy@yumaworks.com>
Subject: [netmod] Yangdoctors early review of draft-ietf-netmod-intf-ext-yang-16
List-Id: NETMOD WG list <netmod.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/AYjye7On2Jwph34LQXz4nqzJzxA>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Owner: <mailto:netmod-owner@ietf.org>
List-Post: <mailto:netmod@ietf.org>
List-Subscribe: <mailto:netmod-join@ietf.org>
List-Unsubscribe: <mailto:netmod-leave@ietf.org>
Reviewer: Andy Bierman
Review result: Ready with Nits
Modules:
- ietf-if-ethernet-like@2025-01-27
- ietf-if-extensions@2025-01-27
Almost perfect.
I found 1 nit in ietf-if-ethernet-like:mac-address
OLD:
leaf mac-address {
if-feature "configurable-mac-address";
type yang:mac-address;
description
"The MAC address of the interface. The operational value
matches the /if:interfaces/if:interface/if:phys-address
leaf defined in ietf-interface.yang.";
}
NEW:
leaf mac-address {
if-feature "configurable-mac-address";
type yang:mac-address;
description
"The MAC address of the interface. The operational value
matches the /if:interfaces/if:interface/if:phys-address
leaf defined in the ietf-interfaces YANG module (RFC 8343).";
}
- [netmod] Yangdoctors early review of draft-ietf-n… Andy Bierman via Datatracker