cybertec-postgresql / vip-manager

Manages a virtual IP based on state kept in etcd or Consul
BSD 2-Clause "Simplified" License
207 stars 41 forks source link

[!] add support for IPv6 #225

Closed zhongyibill closed 5 months ago

zhongyibill commented 5 months ago

fix issue #224

pashagolub commented 5 months ago

Thanks for your help! Just a friendly advice for a next time you create a pull request please:

  1. Create a separate branch in your cloned repo (do not use master)
  2. Allow maintainers to push additional commits to your branch and pull request

This way I may fix or apply some changes directly.