Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

bodhidigital/puppet-dhcp_checksum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhcp_checksum

Table of Contents

  1. Description
  2. Usage - Configuration options and additional functionality
  3. Reference - An under-the-hood peek at what the module is doing and how
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

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.

Usage

Just declare the dhcp_checksum class.

class { '::dhcp_checksum': }

Reference

Classes

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)

Limitations

Only supports Linux.

Development

Check it out at github.com/bodhidigital/puppet-dhcp_checksum.

About

Force checksumming of DHCP client packets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published