Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASds, AXdz, and DC updated #1585

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion standard/ieee/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ietf_dir="standard/ietf"
ieee_dir="standard/ieee"

#draft/802.1/DC removed until fixed
to_check="draft/60802 draft/qrev draft/802.1/ASdm draft/802.1/ASdn draft/802.1/ASds draft/802.1/Qdd draft/802.1/Qdx draft/802.1/Qdy draft/1588 draft/802 published/802 published/802.1 published/1588"
to_check="draft/60802 draft/802.1/qrev draft/802.1/ASdm draft/802.1/ASdn draft/802.1/ASds draft/802.1/AXdz draft/802.1/Qdd draft/802.1/Qdx draft/802.1/Qdy draft/1588 draft/802 published/802 published/802.1 published/1588"

# relax constraint for now
# add --ietf if you want to do strict IETF checking
Expand Down
2 changes: 1 addition & 1 deletion standard/ieee/draft/802.1/ASds/check_pyang_extra_flags
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-p ../ASdn
-p ../ASdm -p ../ASdn
5 changes: 4 additions & 1 deletion standard/ieee/draft/802.1/ASds/ieee802-dot1as-hd.yang
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module ieee802-dot1as-hd {
import ieee802-dot1as-gptp {
prefix dot1as-gptp;
}
import ieee802-dot1as-hs {
prefix dot1as-hs;
}

organization
"IEEE 802.1 Working Group";
Expand Down Expand Up @@ -38,7 +41,7 @@ module ieee802-dot1as-hd {
This version of this YANG module is part of IEEE Std 802.1AS;
see the standard itself for full legal notices.";

revision 2024-06-11 {
revision 2024-07-25 {
description
"Published as part of IEEE Std 802.1ASds-2024.
Initial version.";
Expand Down
Loading
Loading