From 365f56f2b68b036352d12daa13695b662a9d0017 Mon Sep 17 00:00:00 2001 From: Andreas Brodmann Date: Fri, 16 Nov 2007 22:09:29 +0000 Subject: /acf/dhcp: added static/dynamic host behaviour on a per subnet basis git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@326 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dhcp-editnet-html.lsp | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'dhcp-editnet-html.lsp') diff --git a/dhcp-editnet-html.lsp b/dhcp-editnet-html.lsp index ea281a0..9bab76b 100644 --- a/dhcp-editnet-html.lsp +++ b/dhcp-editnet-html.lsp @@ -13,9 +13,10 @@ end ?> -
" method="POST"> + @@ -28,11 +29,22 @@ + " method="POST">
Subnet:
Netmask:
WPAD:
Lease Range Start:
Lease Range End:
Unknown Clients


-

Subnet: Special Hosts

+

Subnet: Static Hosts

Enter one host per line in the format: hostname;ip;mac;comment
@@ -40,7 +52,17 @@ Enter one host per line in the format: hostname;ip;mac;comment
Hostname[a-z], [0-9], -
MACXX:XX:XX:XX:XX:XX
- + +

+

Subnet: Dynamic Hosts

+Enter one host per line in the format: hostname;mac;comment
+ + + +
Hostname[a-z], [0-9], -
MACXX:XX:XX:XX:XX:XX
+ + +

" method="POST"> -- cgit v1.2.3