0f2a69
# Unload modules on restart and stop
0f2a69
#   Value: yes|no,  default: yes
0f2a69
# This option has to be 'yes' to get to a sane state for a ipvs
0f2a69
# restart or stop. Only set to 'no' if there are problems unloading ipvs
0f2a69
# modules.
0f2a69
IPVS_MODULES_UNLOAD="yes"
0f2a69
0f2a69
# Save current ipvs rules on stop.
0f2a69
#   Value: yes|no,  default: no
0f2a69
# Saves all ipvs rules to /etc/sysconfig/ipvsadm if ipvsadm gets stopped
0f2a69
# (e.g. on system shutdown).
0f2a69
IPVS_SAVE_ON_STOP="no"
0f2a69
0f2a69
# Save current ipvs rules on restart.
0f2a69
#   Value: yes|no,  default: no
0f2a69
# Saves all ipvs rules to /etc/sysconfig/ipvsadm if ipvsadm gets
0f2a69
# restarted.
0f2a69
IPVS_SAVE_ON_RESTART="no"
0f2a69
0f2a69
# Numeric status output
0f2a69
#   Value: yes|no,  default: yes
0f2a69
# Print IP addresses and port numbers in numeric format in the status output.
0f2a69
IPVS_STATUS_NUMERIC="yes"