Skip to content

Commit

Permalink
Merge branch 'YangModels:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
xorrkaz authored Oct 28, 2024
2 parents 6e24472 + e3c1902 commit adbfd93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion standard/ietf/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
cwd=$(pwd)
ietf_dir="standard/ietf"
ieee_dir="standard/ieee"
iana_dir="standard/iana"
to_check="RFC"

# relax constraint for now
# add --ietf if you want to do strict IETF checking
ieee_dir_flag="--path $cwd/$ieee_dir/published/"
pyang_flags="--verbose $ieee_dir_flag"
iana_dir_flag="--path $cwd/$iana_dir/"
pyang_flags="--verbose $ieee_dir_flag $iana_dir_flag"

checkDir() {
local dir="$ietf_dir/$1"
Expand Down

0 comments on commit adbfd93

Please sign in to comment.