Clixon SNMP frontend update

* Integration of testhandler.c gives proper callback handling
* YANG `clixon-config@2022-03-21.yang` changes:
    * Added option:
      * `CLICON_SNMP_AGENT_SOCK`
This commit is contained in:
Olof hagsand 2022-04-27 15:18:25 +02:00
parent c584d171ee
commit 28514c6750
5 changed files with 449 additions and 61 deletions

View file

@ -182,6 +182,8 @@ BUSER=clicon
: ${clixon_backend:=clixon_backend}
: ${clixon_snmp:=$(type -p clixon_snmp)}
# Source the site-specific definitions for test script variables, if site.sh
# exists. The variables defined in site.sh override any variables of the same
# names in the environment in the current execution.