blob: c32872c83beab19d7037467ffe57b3979d4aa004 [file] [log] [blame]
#!/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