summaryrefslogtreecommitdiff
path: root/src/lbdata.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lbdata.cc')
-rw-r--r--src/lbdata.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lbdata.cc b/src/lbdata.cc
index 7078912..470279a 100644
--- a/src/lbdata.cc
+++ b/src/lbdata.cc
@@ -144,11 +144,9 @@ LBData::dump()
cout << " rule: " << r_iter->first << endl;
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 << endl;
cout << " " << r_iter->second._d_addr << endl;
- cout << " " << r_iter->second._d_net << endl;
cout << " " << r_iter->second._d_port << endl;
LBRule::InterfaceDistIter ri_iter = r_iter->second._iface_dist_coll.begin();