Fixed: [commit goes 2 times](https://github.com/clicon/clixon/issues/488)
This commit is contained in:
parent
99deddb47e
commit
833e748288
2 changed files with 3 additions and 1 deletions
|
|
@ -90,6 +90,8 @@ Developers may need to change their code
|
||||||
|
|
||||||
### Corrected Bugs
|
### Corrected Bugs
|
||||||
|
|
||||||
|
* Fixed: [commit goes 2 times](https://github.com/clicon/clixon/issues/488)
|
||||||
|
* Fixed: Problem with cl:ignore attribute for show compare
|
||||||
* Fixed: [yang_enum_int_value() fails if no explicit values are assigned to enums](https://github.com/clicon/clixon/issues/483)
|
* Fixed: [yang_enum_int_value() fails if no explicit values are assigned to enums](https://github.com/clicon/clixon/issues/483)
|
||||||
Remaining work: `yang_enum2valstr()`
|
Remaining work: `yang_enum2valstr()`
|
||||||
* Fixed: [show compare/diff problems with sorted-by user](https://github.com/clicon/clixon/issues/482)
|
* Fixed: [show compare/diff problems with sorted-by user](https://github.com/clicon/clixon/issues/482)
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ delete("Delete a configuration item") {
|
||||||
all("Delete whole candidate configuration"), delete_all("candidate");
|
all("Delete whole candidate configuration"), delete_all("candidate");
|
||||||
}
|
}
|
||||||
validate("Validate changes"), cli_validate();
|
validate("Validate changes"), cli_validate();
|
||||||
commit("Commit the changes"), cli_commit(); {
|
commit("Commit the changes") {
|
||||||
[persist-id("Specify the 'persist' value of a previous confirmed-commit") <persist-id-val:string show:"string">("The 'persist' value of the persistent confirmed-commit")], cli_commit(); {
|
[persist-id("Specify the 'persist' value of a previous confirmed-commit") <persist-id-val:string show:"string">("The 'persist' value of the persistent confirmed-commit")], cli_commit(); {
|
||||||
<cancel:string keyword:cancel>("Cancel an ongoing confirmed-commit"), cli_commit();
|
<cancel:string keyword:cancel>("Cancel an ongoing confirmed-commit"), cli_commit();
|
||||||
<confirmed:string keyword:confirmed>("Require a confirming commit") {
|
<confirmed:string keyword:confirmed>("Require a confirming commit") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue