aboutsummaryrefslogtreecommitdiff
path: root/tests/bgp_vpn_attrset.sh
blob: c32872c83beab19d7037467ffe57b3979d4aa004 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo -n test bgp_vpn_attrset...
if (../tcpdump -t -n -v -r bgp_vpn_attrset.pcap | diff -w -  bgp_vpn_attrset.out)
then
	echo passed.
else
	echo failed.
fi