Rev 4582 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4582 | Rev 4695 | ||
|---|---|---|---|
| Line 72... | Line 72... | ||
| 72 | services_t service; |
72 | services_t service; |
| 73 | int phone; |
73 | int phone; |
| 74 | module_ref arp; |
74 | module_ref arp; |
| 75 | int ipv; |
75 | int ipv; |
| 76 | int dhcp; |
76 | int dhcp; |
| - | 77 | int routing; |
|
| 77 | device_state_t state; |
78 | device_state_t state; |
| 78 | in_addr_t broadcast; |
79 | in_addr_t broadcast; |
| 79 | in_addr_t dns1; |
80 | in_addr_t dns1; |
| 80 | in_addr_t dns2; |
81 | in_addr_t dns2; |
| 81 | ip_routes_t routes; |
82 | ip_routes_t routes; |