- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Force checksumming of DHCP client packets. UDP packets often fail to checksum properly in containers with veth interfaces, this can cause clients to fail to renew DHCP leases. This module corrects that for DHCP clients.
Just declare the dhcp_checksum class.
class { '::dhcp_checksum': }
- all_hosts - Apply firewall rules to all hosts, regardless if they appear to be using DHCP. This could be useful if DHCP clients fail to obtain a lease in the first place. (Boolean, default: false)
Only supports Linux.
Check it out at github.com/bodhidigital/puppet-dhcp_checksum.