[./Python/etc/network/interfaces] typo

darcs-hash:20100119005313-8fbb1-5673b5f7b410b7eb1c8d27ef90a70d4ba85d0b73.gz
This commit is contained in:
Olivier Huber 2010-01-19 01:53:13 +01:00
parent 16769d1cb1
commit 5a1cee474e

View file

@ -108,7 +108,7 @@ iface lo inet loopback
"""
def pubip6(If):
return "2a01:240:fe3d::" + If_Mac[If]
return "2a01:240:fe3d:4:" + If_Mac[If]
def admip6(If):
return "2a01:240:fe3d:c804:" + If_Mac[If]