summaryrefslogtreecommitdiffstats
path: root/core/modules/dhcpc-busybox
Commit message (Collapse)AuthorAgeFilesLines
* [dhcpc-busybox] Fix default route settingSimon Rettberg2019-09-111-4/+8
|
* [dhcpc-busybox] TIL: ip route replaceJonathan Bauer2019-08-071-1/+1
|
* [dhcpc-busybox] remove commented codeJonathan Bauer2019-08-071-5/+0Star
|
* [dhcpc-busybox] add openslx PATHJonathan Bauer2019-08-071-1/+3
|
* [dhcpc-busybox] make sure /run/network existsJonathan Bauer2019-08-071-0/+2
|
* [rdns] move rdns to its own moduleJonathan Bauer2019-08-071-1/+3
|
* [rootfs-stage31/dhcpc-busybox] Back to old DHCP behaviorSimon Rettberg2019-03-131-1/+1
| | | | | | Since the PXE spec abolished th practive of having the PXE ROM set the uid field of the DHCP request to the system's UUID, we also shouldn't be doing it. Make it a KCL option called dhcpuuid.
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-6/+7
|
* [dhcpc-busybox] Also add special primary handling to systemd-udhcpcSimon Rettberg2018-07-231-8/+15
|
* [dhcpc-busybox] udhcpc-openslx: Make shellcheck happySimon Rettberg2018-07-231-15/+14Star
|
* [dhcpc-busybox] Don't deconfig the primary interfaceSimon Rettberg2018-07-231-8/+22
| | | | | | Deconfig-then-bound leaves us with a moment of no network connectivity which could potentially result in a system lockup. Ignore deconfig, but instead remove all but the assigned address in renew/bound.
* [dhcpc-busybox] Lowercase variable namesSimon Rettberg2018-07-231-14/+14
| | | | | UID collided with a read-only bash builtin. It's recommended anyways to use lowercase variable names in shell scripts, so let's do this...
* [rfs-*] Use SMBIOS UUID as UID for DHCP requestsSimon Rettberg2018-07-181-2/+10
| | | | | | This is what the PXE rom does, so by using the same uid we make sure that we keep the same address in case the client is running in a dynamic address pool.
* [dhcpc/systemd] forward correct nic nameJonathan Bauer2017-12-111-3/+3
| | | | 'br-nic-1' as %I became 'br/nic/1' which isn't very linux friendly :)
* [rfs-stage31/dhcp] "Fix" DHCP setup logicSimon Rettberg2017-10-271-2/+2
| | | | Like this can ever be fixed...
* Add bash shebangs to all our includes:Simon Rettberg2017-02-282-0/+2
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* [run-virt/dhcp-busybox] Get WINS server from upstream DHCP, pass on to VMs ↵Simon Rettberg2017-02-032-1/+6
| | | | via local DHCPD
* merge with latest dev version (tm-scripts commit ↵Jonathan Bauer2016-12-232-17/+25
| | | | f5a59daf8d70a9027118292cd40b18c221897408)
* merge with latest dev versionSebastian2016-04-258-0/+307