]> git.sur5r.net Git - bacula/bacula/commitdiff
Add more debug on failed source-addr regression
authorKern Sibbald <kern@sibbald.com>
Sun, 1 Nov 2009 09:09:53 +0000 (10:09 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 1 Nov 2009 09:09:53 +0000 (10:09 +0100)
regress/tests/source-addr-test

index 8efe3e325dedba2662e67e36361f9bf0cae6ce87..644e4a3d1f1ef8fa278b264817c08ab9b97f40fe 100755 (executable)
@@ -84,6 +84,10 @@ if [ $? -ne 0 ]; then
    print_debug "Couldn't detect a connection to the FD sourced from SourceAddress ${IP}"
 fi
 
+if [ "$stat" = 2 ] ; then
+   netstat -tan
+fi
+
 if [ "$debug" = 1 ] ; then
     cat $tmp/log3.out
 fi