summaryrefslogtreecommitdiff
path: root/src/lbtest_icmp.hh
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-07-24 16:59:27 -0700
committerslioch <slioch@eng-140.vyatta.com>2009-07-24 16:59:27 -0700
commitf672a6d5ca04b643a9d8583fcb8ade4da9fde6f3 (patch)
tree07bf2b8289e4bffc561f5d0fc7bb1c664d7ee6da /src/lbtest_icmp.hh
parente99605daeed8b412073694ee35d54da78920703f (diff)
downloadvyatta-wanloadbalance-f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3.tar.gz
vyatta-wanloadbalance-f672a6d5ca04b643a9d8583fcb8ade4da9fde6f3.zip
bug fixes on mult targets. added packet rate limit option to rules
Diffstat (limited to 'src/lbtest_icmp.hh')
-rw-r--r--src/lbtest_icmp.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lbtest_icmp.hh b/src/lbtest_icmp.hh
index ea8e893..8b55130 100644
--- a/src/lbtest_icmp.hh
+++ b/src/lbtest_icmp.hh
@@ -41,6 +41,7 @@ public:
ICMPEngine() :
_debug(true),
_initialized(false),
+ _received(false),
_packet_id(0)
{}
@@ -66,6 +67,7 @@ private:
private:
bool _debug;
bool _initialized;
+ bool _received;
int _packet_id;
map<int,PktData> _results;
};