This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ipvsadm.git#f63ac5877fd17f44c535dcab4570e50f71ac5047
24 lines
774 B
Plaintext
24 lines
774 B
Plaintext
# Unload modules on restart and stop
|
|
# Value: yes|no, default: yes
|
|
# This option has to be 'yes' to get to a sane state for a ipvs
|
|
# restart or stop. Only set to 'no' if there are problems unloading ipvs
|
|
# modules.
|
|
IPVS_MODULES_UNLOAD="yes"
|
|
|
|
# Save current ipvs rules on stop.
|
|
# Value: yes|no, default: no
|
|
# Saves all ipvs rules to /etc/sysconfig/ipvsadm if ipvsadm gets stopped
|
|
# (e.g. on system shutdown).
|
|
IPVS_SAVE_ON_STOP="no"
|
|
|
|
# Save current ipvs rules on restart.
|
|
# Value: yes|no, default: no
|
|
# Saves all ipvs rules to /etc/sysconfig/ipvsadm if ipvsadm gets
|
|
# restarted.
|
|
IPVS_SAVE_ON_RESTART="no"
|
|
|
|
# Numeric status output
|
|
# Value: yes|no, default: yes
|
|
# Print IP addresses and port numbers in numeric format in the status output.
|
|
IPVS_STATUS_NUMERIC="yes"
|