Actions
Bug #1381
closedForeman uses fqdn internally for DHCP nextServer. This should be the IP address.
Description
Conflict resolution requires that the attrs returned by the smart-proxy match the attrs that foreman uses. Foreman uses a hostname internally whilst the smart-proxy always returns an IP address.
This results in bogus conflicts.
Updated by Paul Kelly about 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 7fe22657d60cdeb34409e2fe8b0c6d46b8fea1bf.
Updated by Ohad Levy almost 13 years ago
this patch breaks if dhcp is enabled, but dns is off :-\
Updated by Ohad Levy almost 13 years ago
Ohad Levy wrote:
this patch breaks if dhcp is enabled, but dns is off :-\
and thanks to Paul it is fixed in #1420
Actions