Various typos
This commit is contained in:
parent
a516ee173d
commit
70ed85f413
4 changed files with 5 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 4
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ Expected: September 2022
|
||||||
|
|
||||||
### Corrected Bugs
|
### Corrected Bugs
|
||||||
|
|
||||||
* Fixed: [YANG ordering fails for nested choice and action](YANG ordering fails for nested choice and action)
|
* Fixed: [YANG ordering fails for nested choice and action](https://github.com/clicon/clixon/issues/356)
|
||||||
* Fixed: [YANG min-elements within non-presence container does not work](https://github.com/clicon/clixon/issues/355)
|
* Fixed: [YANG min-elements within non-presence container does not work](https://github.com/clicon/clixon/issues/355)
|
||||||
* Fixed: [Issues with ietf-snmp modules](https://github.com/clicon/clixon/issues/353)
|
* Fixed: [Issues with ietf-snmp modules](https://github.com/clicon/clixon/issues/353)
|
||||||
* Fixed: [Missing/no namespace error in YANG augments with default values](https://github.com/clicon/clixon/issues/354)
|
* Fixed: [Missing/no namespace error in YANG augments with default values](https://github.com/clicon/clixon/issues/354)
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,7 @@ cat <<EOF > $cfg
|
||||||
</periodic>
|
</periodic>
|
||||||
</connection-type>
|
</connection-type>
|
||||||
<reconnect-strategy>
|
<reconnect-strategy>
|
||||||
<max-attempts>1</max-attempts>
|
<max-attempts>3</max-attempts>
|
||||||
</reconnect-strategy>
|
</reconnect-strategy>
|
||||||
</call-home>
|
</call-home>
|
||||||
<address>127.0.0.1</address>
|
<address>127.0.0.1</address>
|
||||||
|
|
|
||||||
|
|
@ -103,8 +103,10 @@ APPSRC += clixon_netconf_ssh_callhome.c
|
||||||
APPSRC += clixon_netconf_ssh_callhome_client.c
|
APPSRC += clixon_netconf_ssh_callhome_client.c
|
||||||
ifdef with_restconf
|
ifdef with_restconf
|
||||||
APPSRC += clixon_util_stream.c # Needs curl
|
APPSRC += clixon_util_stream.c # Needs curl
|
||||||
|
ifeq ($(with_restconf), native)
|
||||||
APPSRC += clixon_restconf_callhome_client.c
|
APPSRC += clixon_restconf_callhome_client.c
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
ifdef with_http2
|
ifdef with_http2
|
||||||
APPSRC += clixon_util_ssl.c # requires http/2
|
APPSRC += clixon_util_ssl.c # requires http/2
|
||||||
#APPSRC += clixon_util_grpc.c # work in progress
|
#APPSRC += clixon_util_grpc.c # work in progress
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue