summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/systemd-networkd-ext
Commit message (Collapse)AuthorAgeFilesLines
* [systemd-networkd] renamed dump to network.confJonathan Bauer2019-07-162-3/+3
|
* [systemd-networkd-ext] fix kcl bridged detectJonathan Bauer2019-07-101-1/+1
|
* [systemd-networkd-ext] add missing 'Path=pci*' toJonathan Bauer2019-06-172-11/+38
| | | | stage4 dhcp config. Also add DHCP options on VLAN network config
* [systemd-networkd] wait 60sec for networkJonathan Bauer2018-11-121-1/+1
|
* in bridge mode, do not copy the physical interface configurationv0.1Jonathan Bauer2018-11-121-1/+1
| | | | | | This prevents systemd from bringing down the interface leading to a short network outage, delaying the rest of the boot process until it has brought it up again.
* [systemd-networkd-ext] fix missing quotesJonathan Bauer2018-08-201-1/+1
|
* [systemd-networkd-ext] config var for DHCP in stage4Jonathan Bauer2018-07-031-3/+4
|
* [systemd-networkd] disable ipv6 in stage4Jonathan Bauer2018-04-091-0/+2
| | | | | | bridge interfaces (an others?) stay stuck in "configuring" state while trying to configure ipv6 leading to systemd-networkd-wait-online to never pass. Thus we disable it for now.
* fix stupid !bridge check not supported on systemd 219Jonathan Bauer2018-03-221-1/+1
|
* properly disable LLAJonathan Bauer2018-03-211-2/+2
|
* [systemd-networkd] no LLAJonathan Bauer2018-03-201-0/+2
|
* fix matching physical devices...Jonathan Bauer2018-03-151-1/+1
|
* [systemd-networkd-ext] fix script when resolvedJonathan Bauer2018-03-071-9/+12
| | | | not installed in stage4
* [systemd-networkd-ext] strengthen vlan matchingJonathan Bauer2018-03-071-7/+6Star
|
* add VLAN supportJonathan Bauer2018-01-184-108/+169
| | | | | * dhcp configuration for stage4 is still suboptimal * reworked various scripts
* [systemd-networkd-ext] support for bridgedJonathan Bauer2017-10-183-29/+82
| | | | | | | | | | | | * various fixes/improvements for bridged mode * will copy over the config to stage4 before switch_root and switch to DHCP on the PXE interface * will keep the parsed info in /run/openslx/pxe-network.conf for later use (instead of parsing it multiple times...) * bridged is still defined by BRIDGED in parse-kcl hook which should change * still has workarounds for hostname/dns/search as this is not yet fully working using systemd-networkd/resolved
* remove dep on busyboxJonathan Bauer2017-09-221-2/+1Star
|
* ...Jonathan Bauer2017-09-221-2/+1Star
|
* fix fail...Jonathan Bauer2017-09-221-2/+2
|
* reworked systemd-networkd moduleJonathan Bauer2017-09-224-101/+233
| | | | | | | | | * support new KCL arguments: domain, dns, hostname * fallback to DHCP configuration during stage3, if IP config is missing * copies the unit files to NEWROOT to ensure they present * configures boot interface to do DHCP within stage4 (this is to get proper nameservers and domain from the DHCP - currently bugged due to systemd version afaik)
* added systemd-networkd extension moduleJonathan Bauer2017-08-032-0/+147