From d3151567331716341210fe957df69fd2a705dc8b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 16 Jul 2014 15:13:53 -0700 Subject: BSD routing table implementation work. --- node/RoutingTable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/RoutingTable.hpp') 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; -- cgit v1.2.3