summaryrefslogtreecommitdiff
path: root/tests/omod-if-array.sh
blob: 3e0409efd9add14421fa070abea2fd9f6afa3ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
echo \[omod-if-array.sh\]: test omod-if-array via udp
echo NOTE: the interface checked with this test is currently NOT
echo supported. We may support it again in the future. So for now\,
echo we just skip this test and do not remove it.
exit 77
$srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason

./nettester -tomod-if-array -iudp -p4711
if [ "$?" -ne "0" ]; then
  exit 1
fi

echo test omod-if-array via tcp
./nettester -tomod-if-array -itcp
if [ "$?" -ne "0" ]; then
  exit 1
fi