Skip to content

Commit cfeb3f9

Browse files
authored
July 2024 IEEE 802.1 YANG update (#1567)
Removed .1DC from check until fixed.
1 parent dd5bcb4 commit cfeb3f9

17 files changed

+3596
-2616
lines changed

standard/ieee/check.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
cwd=$(pwd)
88
ietf_dir="standard/ietf"
99
ieee_dir="standard/ieee"
10-
to_check="draft/60802 draft/qrev draft/802.1/ASdm draft/802.1/ASdn draft/802.1/CScorr draft/802.1/DC draft/802.1/Qdj draft/802.1/Qdx draft/802.1/Qdy draft/1588 published/1906.1 published/802 published/802.1"
10+
11+
#draft/802.1/DC removed until fixed
12+
to_check="draft/60802 draft/qrev draft/802.1/ASdm draft/802.1/ASdn draft/802.1/ASds draft/802.1/CScorr draft/802.1/Qdd draft/802.1/Qdj draft/802.1/Qdx draft/802.1/Qdy draft/1588 draft/802 published/1906.1 published/802 published/802.1"
1113

1214
# relax constraint for now
1315
# add --ietf if you want to do strict IETF checking

standard/ieee/draft/802.1/ASdm/ieee802-dot1as-hs.yang

+185-135
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)