diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2025-12-16 14:26:55 +0200 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2025-12-16 14:27:23 +0200 |
| commit | 2a27e2085bf1766688332cc2f361b1f3fa596b7b (patch) | |
| tree | 3f54539b5c373f663378fb921e55f35eff3df5d8 | |
| parent | b0fc9ef4e1c9466feea2b43d6d8828150358fa62 (diff) | |
| download | vyatta-cfg-2a27e2085bf1766688332cc2f361b1f3fa596b7b.tar.gz vyatta-cfg-2a27e2085bf1766688332cc2f361b1f3fa596b7b.zip | |
T8080: Remove utility call to rollback vpp section of config after apply stage error
Since vpp-failure-handler.service calls the same script if the vpp service fails to start or if there is an error during the apply stage of a commit, there is no need to call it twice.
| -rw-r--r-- | functions/interpreter/vyatta-cfg-run | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions/interpreter/vyatta-cfg-run b/functions/interpreter/vyatta-cfg-run index 6323032..605559c 100644 --- a/functions/interpreter/vyatta-cfg-run +++ b/functions/interpreter/vyatta-cfg-run @@ -144,7 +144,6 @@ vyatta_config_commit () fi unset COMMIT_VIA unset COMMIT_COMMENT - eval "${vyos_libexec_dir}/reset_section.py vpp --pid $$" } vyatta_config_commit-confirm () |
