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