diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-03-11 21:54:03 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 21:54:03 +0700 |
commit | bb34ec11dc4fec8e2accc8bea017a3e0c8325623 (patch) | |
tree | c2d29e767196bec4a560b78d8744dbc492cc909a /src/lbtest_icmp.hh | |
parent | c0c6c3c80f1f7dfd4b68ddd2c87a103ba721acb4 (diff) | |
parent | 3070ad266493e1340a53448a21f592c5d0cf8a50 (diff) | |
download | vyatta-wanloadbalance-crux.tar.gz vyatta-wanloadbalance-crux.zip |
wanloadbalance: T3395: fix ICMP status line
Diffstat (limited to 'src/lbtest_icmp.hh')
-rw-r--r-- | src/lbtest_icmp.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lbtest_icmp.hh b/src/lbtest_icmp.hh index 2de9115..e081f49 100644 --- a/src/lbtest_icmp.hh +++ b/src/lbtest_icmp.hh @@ -38,9 +38,6 @@ public: string name() {return string("ping");} - string - status(); - private: void send(int sock, const string &iface, const string &target_addr, int packet_id); |