#include <tables.h>
Data Fields | |
| unsigned long int | abonne_ip_id |
| Auto incremented ID. | |
| unsigned long int | abonnes_id |
| Joint key to table 'abonnes'. | |
| unsigned long int | vlan_id |
| Joint key to table 'vlan'. | |
| char | ip [IP_ADDRESS_STR_SIZE] |
| Fixed IP address for the user. | |
| char | gateway [IP_ADDRESS_STR_SIZE] |
| Gateway IP address. | |
| char | subnet [IP_ADDRESS_STR_SIZE] |
| Subnet IP. | |
Definition at line 156 of file tables.h.
1.2.15