[yast/yast-cluster] 0b8b78: corosync3: add validate rule of crypty cipher and ...
Branch: refs/heads/corosync3-test-build Home: https://github.com/yast/yast-cluster Commit: 0b8b784945dbe753f55ce9c30c8e062f55bfdf70 https://github.com/yast/yast-cluster/commit/0b8b784945dbe753f55ce9c30c8e062f... Author: Nick Wang <nwang@suse.com> Date: 2021-07-21 (Wed, 21 Jul 2021) Changed paths: M src/include/cluster/dialogs.rb Log Message: ----------- corosync3: add validate rule of crypty cipher and move the switch value to correct place. The checker is from corosync exec/totemconfig.c if ((strcmp(tmp_cipher, "none") != 0) && (strcmp(tmp_hash, "none") == 0)) { *error_string = "crypto_cipher requires crypto_hash with value other than none"; res = -1; goto out_free_crypto_model_str; }
participants (1)
-
Nick Wang