Development

This commit is contained in:
Matthew Grotke 2026-05-27 03:23:55 -04:00
parent 29b06b250c
commit ca2091a98b
3 changed files with 2 additions and 23 deletions

View file

@ -322,9 +322,6 @@ def _config_datasource(name):
row['server_identity_hostnames'] = json.dumps([
s.get('hostname', '') for s in v.get('server_identities', []) if s.get('ip')
])
row['server_identity_gateway'] = (
v.get('dhcp_information', {}).get('explicit_overrides', {}).get('gateway', '')
)
rows.append(row)
return rows