ContainerSolutions / dcos-ansible-packet

Ansible playbook for installing DC/OS on Packet cloud
4 stars 3 forks source link

Use hash:net with ipset, not hash:ip #38

Closed nervetattoo closed 6 years ago

nervetattoo commented 6 years ago

hash:ip is not suited for storing ip ranges and you will quickly hit the limit for the list. Switching to hash:net is better proofed against problems like this.

Note: This will not actually upgrade the existing list on re-run, you would need to create the new set manually, then fill it, then swap the two lists.

frankscholten commented 6 years ago

Thx!