Skip to content

Commit

Permalink
Make sure to check IANA's published modules. (#1593)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Clarke <[email protected]>
  • Loading branch information
xorrkaz and jclarke-csco authored Oct 27, 2024
1 parent 04f5d2f commit e3c1902
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 e3c1902

Please sign in to comment.