mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Services: Kea - remove test remnant in get_kea_leases.py
should fix https://github.com/opnsense/core/issues/7135
This commit is contained in:
parent
60ee4a4b9a
commit
415f53cef7
@ -38,7 +38,7 @@ if __name__ == '__main__':
|
||||
parser.add_argument('--proto', help='protocol to fetch (inet, inet6)', default='inet', choices=['inet'])
|
||||
inputargs = parser.parse_args()
|
||||
if inputargs.proto == 'inet':
|
||||
filename = '/tmp/kea-leases4.csv' # '/var/db/kea/kea-leases4.csv'
|
||||
filename = '/var/db/kea/kea-leases4.csv'
|
||||
|
||||
ranges = {}
|
||||
this_interface = None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user