summaryrefslogtreecommitdiff
path: root/src/lbdata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbdata.cc')
-rw-r--r--src/lbdata.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lbdata.cc b/src/lbdata.cc
index 57050d2..70d1f50 100644
--- a/src/lbdata.cc
+++ b/src/lbdata.cc
@@ -165,13 +165,11 @@ LBData::dump()
cout << " " << r_iter->second._proto << endl;
cout << " " << r_iter->second._s_addr << endl;
cout << " " << r_iter->second._s_net << endl;
- cout << " " << r_iter->second._s_port_num << endl;
- cout << " " << r_iter->second._s_port_name << endl;
+ cout << " " << r_iter->second._s_port << endl;
cout << " " << r_iter->second._d_addr << endl;
cout << " " << r_iter->second._d_net << endl;
- cout << " " << r_iter->second._d_port_num << endl;
- cout << " " << r_iter->second._d_port_name << endl;
+ cout << " " << r_iter->second._d_port << endl;
LBRule::InterfaceDistIter ri_iter = r_iter->second._iface_dist_coll.begin();
while (ri_iter != r_iter->second._iface_dist_coll.end()) {