BSD routing table implementation work.
This commit is contained in:
parent
4c4675e3ac
commit
d315156733
4 changed files with 255 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue