SNMP frontend: changed default mibyang dir to /share/mib-yangs to be same as repo

Test: new prel test_snmp_ifmib.sh
This commit is contained in:
Olof hagsand 2022-05-17 20:23:15 +02:00
parent 42f21a309a
commit c366962054
4 changed files with 126 additions and 6 deletions

4
configure vendored
View file

@ -1391,7 +1391,7 @@ Optional Packages:
--without-restconf Disable restconf altogether
--with-mib-generated-yang-dir=DIR
Directory of generated YANG specs (default:
$prefix/share/mibyang)
$prefix/share/mib-yangs)
--with-configfile=FILE Set default path to config file
--with-libxml2 Use gnome/libxml2 regex engine
--without-sigaction Don't use sigaction
@ -5447,7 +5447,7 @@ done
if test "${with_mib_generated_yang_dir+set}" = set; then :
withval=$with_mib_generated_yang_dir; MIB_GENERATED_YANG_DIR="$withval"
else
MIB_GENERATED_YANG_DIR="${prefix}/share/mibyang"
MIB_GENERATED_YANG_DIR="${prefix}/share/mib-yangs"
fi