fixed wrong ip address

it also had the netmaks, but it should not be inserted
This commit is contained in:
root 2021-03-06 20:10:38 +01:00
parent 4973c87e6b
commit 203895f590
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def post_gateways():
ipid = '{:x}{:x}'.format(userid, subid)
address = '2001:470:c844::' + ipid + '0/64'
address = '2001:470:c844::' + ipid + '0'
network = '2001:470:c844:' + ipid + '0::/60'
staticclient = render_template('staticclient', address=address, network=network)