Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include dhcp-client-identifier in the DHCP request | Andreas Steffen | 2010-04-23 | 1 | -1/+11 |
| | |||||
* | make DHCP debug messages consistent | Andreas Steffen | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | fixed typo | Andreas Steffen | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Accept DHCP replies on bootps port, as we act as a relay agent if server ↵ | Martin Willi | 2010-04-19 | 1 | -5/+7 |
| | | | | address configured | ||||
* | Revert "Use the same formatting as in the Makefiles of the other plugins. ↵ | Tobias Brunner | 2010-03-26 | 1 | -3/+3 |
| | | | | | | | Makes refactorings easier." This reverts commit e91b116a622bbfb20cd66268ca4cb91d620984ad. Missed to notice commit 89bf11d204cb934ea9109aa077c8514515d538f6. | ||||
* | Use the same formatting as in the Makefiles of the other plugins. Makes ↵ | Tobias Brunner | 2010-03-26 | 1 | -3/+3 |
| | | | | refactorings easier. | ||||
* | Migrated dhcp plugin to moved attribute manager | Martin Willi | 2010-03-25 | 2 | -3/+7 |
| | |||||
* | Include configuration payloads for DNS/WINS server received via DHCP | Martin Willi | 2010-03-25 | 4 | -2/+125 |
| | |||||
* | Send DHCP RELEASE on virtual IP release | Martin Willi | 2010-03-25 | 3 | -16/+64 |
| | |||||
* | Added identity_lease option to create random or identity based DHCP leases | Martin Willi | 2010-03-25 | 1 | -3/+17 |
| | |||||
* | Added DHCP request construction, ACK processing | Martin Willi | 2010-03-25 | 3 | -36/+181 |
| | |||||
* | Added reception of DHCP responses via PACKET socket | Martin Willi | 2010-03-25 | 1 | -46/+271 |
| | |||||
* | DHCP plugin framework, send DHCP Discover upon IP request | Martin Willi | 2010-03-25 | 8 | -1/+822 |
| | |||||
* | Added DHCP plugin stub. | Martin Willi | 2010-03-25 | 3 | -0/+108 |