mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 05:08:23 +00:00
BSD routing table implementation work.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user