Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
  • v1.8.3
21 results

ipadnsconfig.py

  • Rafael Guterres Jeffman's avatar
    dead4679
    dnsconfig: Fix management of forwarders. · dead4679
    Rafael Guterres Jeffman authored
    If one tries to set a list of forwarders which include an already
    existing forwarder, the existing forwarder is removed, and the list
    of configured forwarders contain only the new ones.
    
    This patch fixes this behavior by setting a union of the currently
    available forwarders and the list of forwarders provided in the
    playbook.
    
    Tests were added to ensure this behavior.
    dead4679
    History
    dnsconfig: Fix management of forwarders.
    Rafael Guterres Jeffman authored
    If one tries to set a list of forwarders which include an already
    existing forwarder, the existing forwarder is removed, and the list
    of configured forwarders contain only the new ones.
    
    This patch fixes this behavior by setting a union of the currently
    available forwarders and the list of forwarders provided in the
    playbook.
    
    Tests were added to ensure this behavior.