about summary refs log tree commit diff
path: root/debian/patches/dhcp-dhclient-parse-interface-statements.patch
AgeCommit message (Collapse)Author
2017-05-11Rebase patchesMichael Biebl
2017-03-14dhcp/dhclient: parse "interface" statementsMichael Biebl
Until now any "interface" statement was ignored and any enclosed statement for which we have a special handling was considered, even if belonging to a different interface. This can cause wrong options to be set in the generated dhclient configuration. Closes: #855910