Modify default network cfg as the same with linx 6.0

modified:   interface/ri_data.py
This commit is contained in:
Peng Zhihui
2014-03-03 09:17:58 +08:00
parent 513f9756bf
commit 080f7776d7

View File

@@ -473,10 +473,10 @@ class Network:
hostname ='localhost'
configuration =''
domain = 'in.linx'
ip = '192.168.0.1'
ip = '192.168.1.109'
mask = '255.255.255.0'
gateway = '192.168.0.254'
primary_dns = '192.168.0.254'
gateway = '192.168.1.1'
primary_dns = '192.168.1.1'
secondary_dns = ''
@staticmethod