[./Python/etc/network/interfaces] typo
darcs-hash:20100119005313-8fbb1-5673b5f7b410b7eb1c8d27ef90a70d4ba85d0b73.gz
This commit is contained in:
parent
16769d1cb1
commit
5a1cee474e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue