Skip to content

Commit

Permalink
Merge pull request #977 from liningjie418/master
Browse files Browse the repository at this point in the history
README:  add ipvsadm RS port
  • Loading branch information
ywc689 authored Jul 15, 2024
2 parents 53ff10b + b9fd584 commit bdb9037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ RS=192.168.100.2

./dpip addr add ${VIP}/24 dev dpdk0
./ipvsadm -A -t ${VIP}:80 -s rr
./ipvsadm -a -t ${VIP}:80 -r ${RS} -b
./ipvsadm -a -t ${VIP}:80 -r ${RS}:80 -b

./ipvsadm --add-laddr -z ${LIP} -t ${VIP}:80 -F dpdk0
$
Expand Down

0 comments on commit bdb9037

Please sign in to comment.