#include <tables.h>
Data Fields | |
| unsigned long int | abonnes_id |
| Auto incremented ID. | |
| char | node_id [NODE_ID_SIZE] |
| DSLAM's node ID. | |
| unsigned char | shelf |
| DSLAM's shelf number. | |
| unsigned char | numero_port |
| DSLAM's port number. | |
| unsigned char | numero_slot |
| DSLAM's slot number. | |
| char | login_radius [LOGIN_RADIUS_SIZE] |
| Client's radius login. | |
| unsigned char | first_connection |
| First connection flag. | |
| char | profile [OPTIONNAL_PROFILE_SIZE] |
This flag is used if the client should be assigned a specific list of DHCP options.
| |
| unsigned long int | nack_flag |
| Field 'nack_flag' of the table 'abonnes'. This flag is used to tell the DHCP to send a NAK. | |
Definition at line 104 of file tables.h.
1.2.15