Services: Kea - remove test remnant in get_kea_leases.py

should fix https://github.com/opnsense/core/issues/7135
This commit is contained in:
Ad Schellevis 2024-01-13 10:43:15 +01:00 committed by GitHub
parent 60ee4a4b9a
commit 415f53cef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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