Skip to content

Commit

Permalink
keepalived/ipvs: move ipvsadm to core package
Browse files Browse the repository at this point in the history
prepare keepalived with ipvs for layer 4
load balancer

Signed-off-by: Vincent Li <[email protected]>
  • Loading branch information
vincentmli committed Jul 2, 2024
1 parent fa69bf1 commit 0f54cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/initscripts/packages/keepalived
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ eval $(/usr/local/bin/readhash /var/ipfire/keepalived/runsettings)
case "${1}" in
start)
# Load IPVS module
# modprobe ip_vs
modprobe ip_vs

# Enable connection tracking for IPVS
# sysctl -w net.ipv4.vs.conntrack=1 &>/dev/null
sysctl -w net.ipv4.vs.conntrack=1 &>/dev/null

if [ "$ENABLE_HA" == "on" ]; then
boot_mesg "Starting keepalive daemon..."
Expand Down

0 comments on commit 0f54cfe

Please sign in to comment.