mirror of
https://github.com/knorrie/network-examples
synced 2025-08-30 22:16:11 +00:00
bgp-contd: check-connectivity: also print OK
Argh, if everything is OK the script wouldn't generate any output, which is also confusing. So, just show everything that is happening... The amount of routers in the example is not that big.
This commit is contained in:
@@ -9,8 +9,8 @@ do
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo "[FAIL] R$src -> R$dst"
|
||||
#else
|
||||
# echo "[OK] R$src -> R$dst"
|
||||
else
|
||||
echo "[OK] R$src -> R$dst"
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
Reference in New Issue
Block a user