Development
This commit is contained in:
parent
b1ffec539b
commit
08a0825345
3 changed files with 25 additions and 2 deletions
|
|
@ -325,6 +325,9 @@ def _config_datasource(name):
|
|||
row['server_identity_gateway'] = (
|
||||
v.get('dhcp_information', {}).get('explicit_overrides', {}).get('gateway', '')
|
||||
)
|
||||
row['server_identity_dns_server'] = (
|
||||
v.get('dhcp_information', {}).get('explicit_overrides', {}).get('dns_server', '')
|
||||
)
|
||||
rows.append(row)
|
||||
return rows
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue