# Functions

Create creates IPSEC tunnels through wrapping "itc" (ike-testctl alias) on the remote container.
GetItcIcmpReplyCount extracts ICMP Reply count.
GetPacketCount extracts packet count for a particular type from "itc summary".
GetUDPReceivedCount extracts the number of UDP replies received.
IkeSummary extracts the number of instantiated tunnels and the number of successfully connected tunnels.
Ping is a wrapper for "itc ping".
SendData is a wrapper for "itc senddata".
Summary extracts the result of running "itc summary" on a remote container.

# Constants

ErrorNumTunnels is the value returned when there is an error calculating the number of tunnels.
ErrorPacketCount is the return value when there is an error calculating the number of desired packets.