freebsd-dev/contrib/tcpdump/tests/bgp_vpn_attrset.sh
2006-09-04 20:04:42 +00:00

12 lines
169 B
Bash
Executable File

#!/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