Skip to content

dhcp: include conditionals from existing dhclient configuration

Beniamino Galvani requested to merge bg/dhcp-conditionals-rh1758550 into master

Since commit 159ff232 ('dhcp/dhclient-utils: skip over dhclient.conf blocks') we skip blocks enclosed in lines containing '{' and '}' because NM should ignore 'lease', 'alias' and other declarations. However, conditional statements seem useful and should not be skipped.

https://bugzilla.redhat.com/show_bug.cgi?id=1758550

Merge request reports