This commit is contained in:
Olof hagsand 2023-08-15 20:04:42 +02:00
parent f56f3bef40
commit e4a7fe0b49
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@ Expected: October 2023
### Corrected Bugs
* [CLICON_CONFIGDIR with external subsystems causes endless looping](https://github.com/clicon/clixon/issues/439)
* Fixed: ["show configuration devices" and "show configuration devices | display cli" differs](https://github.com/clicon/clixon-controller/issues/24)
* Fixed: [Configuring Juniper PTX produces CLI errors](https://github.com/clicon/clixon-controller/issues/19)
* Fixed: CLI output pipes: Add CLICON_PIPETREE to any cli files, not just the first

View file

@ -106,6 +106,9 @@ cat <<EOF > $cfile1
<clixon-config xmlns="http://clicon.org/config">
<CLICON_MODULE_SET_ID>2</CLICON_MODULE_SET_ID>
<CLICON_FEATURE>test2</CLICON_FEATURE>
<autocli>
<module-default>false</module-default>
</autocli>
</clixon-config>
EOF