We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ff836 commit ca18d73Copy full SHA for ca18d73
dist/images/vpcnatgateway/nat-gateway.sh
@@ -102,7 +102,7 @@ function add_eip() {
102
eip=${rule}
103
eip_without_prefix=(${eip//\// })
104
exec_cmd "ip addr replace $eip dev net1"
105
- exec_cmd "arping -I net1 -c 3 -D $eip_without_prefix"
+ exec_cmd "arping -I net1 -c 3 -U $eip_without_prefix"
106
done
107
}
108
0 commit comments