Add ip_mask
This commit is contained in:
parent
5a536b9145
commit
cebf4cfba0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ struct _route {
|
|||
void * data;
|
||||
|
||||
char * ip_addr;
|
||||
char * ip_addr_mask;
|
||||
char * ip_mask;
|
||||
|
||||
|
||||
// todo: take of this
|
||||
|
|
Loading…
Reference in a new issue