blob: d8c01a7645a9e719d9d867d02039771d8c21c145 [file] [log] [blame]
#!/bin/sh
echo -n test mpls-ldp-hello ...
if (../tcpdump -t -n -v -r mpls-ldp-hello.pcap | diff - mpls-ldp-hello.out)
then
echo passed.
else
echo failed.
fi