diff options
Diffstat (limited to 'dhcp-editnet-html.lsp')
-rw-r--r-- | dhcp-editnet-html.lsp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dhcp-editnet-html.lsp b/dhcp-editnet-html.lsp index 9adfe2f..35bfac6 100644 --- a/dhcp-editnet-html.lsp +++ b/dhcp-editnet-html.lsp @@ -86,5 +86,11 @@ <dd><input type="submit" name="cmd" value="update" class="submit"></dd> <dt>Cancel and go back</dt><dd><input type=submit name="cmd" value="back" class="submit"></form></dd> </DL> + +<h2>Static Hosts</h2> +<p> +Enter static hosts data, one per line <i>(e.g. hostname;192.168.xx.140;00:11:22:33:44:55;comment)</i> +</p> +<textarea name="statichosts"><? io.write( net.statichosts.value ) ?></textarea> </form> |