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 mailing list -- [email protected]
To unsubscribe send an email to [email protected]