Skip to content

Commit

Permalink
Merge pull request #138 from cs-zhang/bug-fix
Browse files Browse the repository at this point in the history
Fix NACK problem on shared network,  Fix #137
  • Loading branch information
cs-zhang authored Sep 29, 2021
2 parents 467ffb6 + 826ff34 commit 8214be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/ocp-config/tasks/dhcpd_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
sed -i '/range /d' /etc/dhcp/dhcpd.conf
sed -i '$d' /etc/dhcp/dhcpd.conf
sed -i 's/deny unknown-clients/#deny unknown-clients/' /etc/dhcp/dhcpd.conf
sed -i 's/authoritative;/#authoritative;/' /etc/dhcp/dhcpd.conf
args:
warn: false

Expand Down

0 comments on commit 8214be8

Please sign in to comment.