Commit dcc65972 authored by Yusei Tahara's avatar Yusei Tahara

Upload new file

parent 5581e5eb
print('''[computer]
address = ::1/ffff:ffff:ffff:ffff::
''')
a = '''[partition_%s]
address = 127.0.0.1/255.255.255.255 ::1/ffff:ffff:ffff:ffff::
network_interface = lo
user = slapuser%s
pathname = slappart%s
'''
for i in range(0, 100):
print(a%(i,i,i))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment