<%# Copyright 2008 Steven Barth Copyright 2008-2018 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <% local fs = require "nixio.fs" local has_dhcp = fs.access("/etc/config/dhcp") if has_dhcp then include("lease_status") end %>