Changeset 13762 in genesis


Ignore:
Timestamp:
Jan 21, 2017, 11:53:47 PM (8 years ago)
Author:
rick
Message:

Instead of 32 spaces, use 2 spares, since unbound does not seems to like this setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13761 r13762  
    744744def create_proxies_list():
    745745  if not ileiden_proxies or not normal_proxies:
    746     for i in range(1,50):
     746    # Placeholder for to-be-installed proxies, this will avoid updating the all
     747    # nodes to include this new machine, yet due to an unbound issue, this list
     748    # has to be kept small.
     749
     750    for i in range(1,20):
    747751      ileiden_proxies['172.31.254.%i' % i] = {'nodename' : 'unused'}
    748752
Note: See TracChangeset for help on using the changeset viewer.