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