aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcpdump/tests/mpls-ldp-hello.sh
blob: b1a5b1941705dcfe345eab24f60db20cd789d0a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

uudecode mpls-ldp-hello.puu

echo -n test mpls-ldp-hello ...
../tcpdump -t -n -v -r mpls-ldp-hello.pcap >mpls-ldp-hello.new
if diff mpls-ldp-hello.new mpls-ldp-hello.out
then
	echo passed.
else
	echo failed.
fi