summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-03-11 21:54:03 +0700
committerGitHub <noreply@github.com>2021-03-11 21:54:03 +0700
commitbb34ec11dc4fec8e2accc8bea017a3e0c8325623 (patch)
treec2d29e767196bec4a560b78d8744dbc492cc909a
parentc0c6c3c80f1f7dfd4b68ddd2c87a103ba721acb4 (diff)
parent3070ad266493e1340a53448a21f592c5d0cf8a50 (diff)
downloadvyatta-wanloadbalance-crux.tar.gz
vyatta-wanloadbalance-crux.zip
Merge pull request #11 from bstepler/T3395-crux1.2.9-S1crux
wanloadbalance: T3395: fix ICMP status line
-rw-r--r--src/lbtest_icmp.cc11
-rw-r--r--src/lbtest_icmp.hh3
2 files changed, 0 insertions, 14 deletions
diff --git a/src/lbtest_icmp.cc b/src/lbtest_icmp.cc
index 5bdc14d..743895c 100644
--- a/src/lbtest_icmp.cc
+++ b/src/lbtest_icmp.cc
@@ -173,17 +173,6 @@ LBTestICMP::send(int send_sock, const string &iface, const string &target_addr,
}
}
-/**
- *
- *
- **/
-string
-LBTestICMP::status()
-{
- //set the status line to be used when the show command is invoked
- return name() + "\t" + string("Target: ") + _target;
-}
-
/**
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);