Skip to content

Commit

Permalink
README: add ipvsadm RS port
Browse files Browse the repository at this point in the history
  • Loading branch information
liningjie committed Jul 10, 2024
1 parent 6ddc860 commit b9fd584
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 b9fd584

Please sign in to comment.