summaryrefslogtreecommitdiff
path: root/node/RoutingTable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/RoutingTable.hpp')
-rw-r--r--node/RoutingTable.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/RoutingTable.hpp b/node/RoutingTable.hpp
index 8f6a4642..8894018d 100644
--- a/node/RoutingTable.hpp
+++ b/node/RoutingTable.hpp
@@ -48,7 +48,7 @@ public:
Entry() { device[0] = (char)0; }
InetAddress destination;
- InetAddress gateway; // port/netmaskBits field not used, should be 0
+ InetAddress gateway; // port/netmaskBits field not used, should be 0 -- null if direct-to-device route
char device[128];
int metric;