@@ -50,21 +50,35 @@ config_docker_host --host1 llb1 --host2 l3ep3 --ptype phy --addr 33.33.33.254/24
50
50
# # IPV6 Stuff
51
51
$hexec l3h1 ip -6 addr add 3ffe::1/64 dev el3h1llb1
52
52
$hexec l3h1 ip -6 route add default via 3ffe::2
53
+ $hexec l3h1 ethtool --offload el3h1llb1 rx off tx off
54
+ $hexec l3h1 ethtool -K el3h1llb1 gso off
53
55
54
56
$hexec l3ep1 ip -6 addr add 4ffe::1/64 dev el3ep1llb1
55
57
$hexec l3ep1 ip -6 route add default via 4ffe::2
58
+ $hexec l3ep1 ethtool --offload el3ep1llb1 rx off tx off
59
+ $hexec l3ep1 ethtool -K el3ep1llb1 gso off
56
60
57
61
$hexec l3ep2 ip -6 addr add 5ffe::1/64 dev el3ep2llb1
58
62
$hexec l3ep2 ip -6 route add default via 5ffe::2
63
+ $hexec l3ep2 ethtool --offload el3ep2llb1 rx off tx off
64
+ $hexec l3ep2 ethtool -K el3ep2llb1 gso off
59
65
60
66
$hexec l3ep3 ip -6 addr add 6ffe::1/64 dev el3ep3llb1
61
67
$hexec l3ep3 ip -6 route add default via 6ffe::2
68
+ $hexec l3ep3 ethtool --offload el3ep3llb1 rx off tx off
69
+ $hexec l3ep3 ethtool -K el3ep3llb1 gso off
62
70
63
71
$hexec llb1 ip -6 addr add 3ffe::2/64 dev ellb1l3h1
64
72
$hexec llb1 ip -6 addr add 4ffe::2/64 dev ellb1l3ep1
65
73
$hexec llb1 ip -6 addr add 5ffe::2/64 dev ellb1l3ep2
66
74
$hexec llb1 ip -6 addr add 6ffe::2/64 dev ellb1l3ep3
67
75
$hexec llb1 ip addr add 2001::1/128 dev lo
76
+ $hexec llb1 ethtool --offload ellb1l3h1 rx off tx off
77
+ $hexec llb1 ethtool -K ellb1l3h1 gso off
78
+ $hexec llb1 ethtool --offload ellb1l3ep1 rx off tx off
79
+ $hexec llb1 ethtool -K ellb1l3ep1 gso off
80
+ $hexec llb1 ethtool --offload ellb1l3ep3 rx off tx off
81
+ $hexec llb1 ethtool -K ellb1l3ep3 gso off
68
82
69
83
$dexec llb1 loxicmd create lb 2001::1 --tcp=2020:8080 --endpoints=31.31.31.1:1,32.32.32.1:1,33.33.33.1:1
70
84
sleep 10
0 commit comments