summaryrefslogtreecommitdiff
path: root/node/BSDRoutingTable.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-17 13:08:37 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-07-17 13:08:37 -0700
commit51766e6549ebf0e8e9e668549f28cc1331d1912b (patch)
tree6375eb5b9517762cbf07b6f00a2a411ca9da80e3 /node/BSDRoutingTable.hpp
parentd3151567331716341210fe957df69fd2a705dc8b (diff)
downloadinfinitytier-51766e6549ebf0e8e9e668549f28cc1331d1912b.tar.gz
infinitytier-51766e6549ebf0e8e9e668549f28cc1331d1912b.zip
BSD routing table works... that hurt much worse than it should have.
Diffstat (limited to 'node/BSDRoutingTable.hpp')
-rw-r--r--node/BSDRoutingTable.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/BSDRoutingTable.hpp b/node/BSDRoutingTable.hpp
index 8947bdde..7c4c9dcb 100644
--- a/node/BSDRoutingTable.hpp
+++ b/node/BSDRoutingTable.hpp
@@ -42,7 +42,7 @@ class BSDRoutingTable : public RoutingTable
public:
BSDRoutingTable();
virtual ~BSDRoutingTable();
- virtual std::vector<RoutingTable::Entry> get() const;
+ virtual std::vector<RoutingTable::Entry> get(bool includeLinkLocal = false,bool includeLoopback = false) const;
virtual bool set(const RoutingTable::Entry &re);
};