mirror_corosync/vqsim
Jan Friesse 52d457a455 config: Properly check crypto and compress models
Use knet_get_crypto_list to find knet supported crypto models and use
them instead of hardcoded list.

Also fix compression handling. Previously knet_compression_model
value was not checked at all and was directly passed to knet.

Use knet_get_compress_list to find knet supported compress models and
use them to check validity of config file and for more informative
error message.

Lastly enhance corosync version display with information
about available crypto/compression models.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
2021-04-14 18:07:20 +02:00
..
.gitignore vqsim: Fix gitignore 2019-07-02 10:34:08 +02:00
Makefile.am config: Properly check crypto and compress models 2021-04-14 18:07:20 +02:00
parser.c vqsim: Do not access unitialized argv[0] 2019-06-12 15:40:51 +02:00
vq_object.c vqsim: Add Quorum simulator program 2016-10-13 14:21:04 +01:00
vqmain.c logging: Add CS_PRI_NODE_ID and CS_PRI_RING_ID 2019-07-03 10:53:52 +02:00
vqsim_vq_engine.c logging: Add CS_PRI_NODE_ID and CS_PRI_RING_ID 2019-07-03 10:53:52 +02:00
vqsim.h vqsim: Enhance vqsim 2019-05-13 11:04:24 +02:00