2022-05-10 |
10 May 2022 Interim |
The original typedef should be deprecated and a new typedef should be created with an upper case pattern only. See comment #68 from Qdj/d0.2. https://www.ieee802.org/1/files/private/dj-drafts/d0/802-1Qdj-d0-2-dis-v01.pdf. The comment response indicates:
ACCEPT IN PRINCIPLE.
Add a new typedef stream-id-type-upper to ieee802-dot1q-tsn-types.yang as follows:
typedef stream-id-type-upper {
type string {
pattern '[0-9A-F]{2}(-[0-9A-F]{2}){5}:[0-9A-F]{2}-[0-9A-F]{2}';
}
Add a description to the typedef, based on the description of stream-id-type.
|
Complete then Ballot |
|