6 lines
105 B
Python
6 lines
105 B
Python
defaults = {
|
|
'network': {
|
|
'gateway4': '172.31.1.1',
|
|
'gateway6': 'fe80::1',
|
|
},
|
|
}
|