We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87e429d + 0d397ab commit b2f6836Copy full SHA for b2f6836
scripts/network_tunnel_manager.sh
@@ -167,6 +167,8 @@ joke_through_tunnel() {
167
else
168
echo -e "${red}IPv4 connectivity is not working for $interface. verify your routing and NAT settings.${reset}"
169
fi
170
+ else
171
+ echo -e "${red}no IPv4 address found on $interface. unable to fetch a joke via IPv4.${reset}"
172
173
174
if [[ -n "$ipv6_address" ]]; then
@@ -183,6 +185,8 @@ joke_through_tunnel() {
183
185
184
186
echo -e "${red}IPv6 connectivity is not working for $interface. verify your routing and NAT settings.${reset}"
187
188
189
+ echo -e "${red}no IPv6 address found on $interface. unable to fetch a joke via IPv6.${reset}"
190
191
192
echo -e "${green}joke fetching processes completed for $interface.${reset}"
0 commit comments