Skip to content
Snippets Groups Projects

opclass: update E4 table - add 6GHz

Merged Marek Puzyniak requested to merge r72_port_channel_selection_fix into release-7.2
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -14,6 +14,7 @@ variables:
SOURCE_FOLDER: "."
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope --inline-suppr ."
CPPCHECK_OPTIONS: " --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --suppress=unreadVariable --suppress=variableScope"
RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 300 --language c --exclude ./test/cmocka --files"
run_compile_test:
stage: compile_test
Loading