From 09884080c359b32576cf2c0a3128b481f5566932 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 12 Apr 2022 17:32:07 +0200 Subject: Add import clients action Add import clients form with required inputs: room and dhcpd.conf. This permits users to rapidly add large amounts of clients to a room using dhcpd.conf's syntax. Users can copy full dhcpd.conf files to the text area and the parser only matches lines with the following format as clients: host dummy {hardware ethernet 12:34:56:78:90:ab; fixed-address 192.168.1.55; } --- ogcp/templates/scopes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/scopes.html') diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html index 95d527a..751272d 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -23,6 +23,8 @@ -- cgit v1.2.3-18-g5258