Development
This commit is contained in:
parent
b38c199baf
commit
fd7cc5c11d
9 changed files with 55 additions and 24 deletions
|
|
@ -747,7 +747,7 @@ def config_datasource(name):
|
|||
for v in sorted(vlans, key=lambda x: x.get('vlan_id') or 0):
|
||||
row = {k: v.get(k) for k in (
|
||||
'name', 'subnet', 'subnet_mask', 'radius_default',
|
||||
'mdns_reflection', 'is_vpn', 'dnsmasq_log_queries'
|
||||
'mdns_reflection', 'is_vpn', 'dnsmasq_log_queries_days'
|
||||
)}
|
||||
row['vlan_id'] = v.get('vlan_id')
|
||||
row['interface'] = resolve_iface(v, cfg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue