From 0f2cbec407c5a9a26aabe4a9c3fed5051853f576 Mon Sep 17 00:00:00 2001 From: Steve <35839355+headhunter911@users.noreply.github.com> Date: Mon, 2 Sep 2019 13:44:07 -0400 Subject: [PATCH] Update README.md --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d99cc..1ac567d 100644 --- a/README.md +++ b/README.md @@ -1 +1,30 @@ -# EdgeOS-Patches \ No newline at end of file +# EdgeOS-Patches + +### Vyatta-cfg-dhcp-server.patch +#### Currently tested and working on version 2.0.7 and below +This patch add's the ability to assign a persistant lease file +``` + file /config/dnsmasq-dhcp.leases +``` + +CLI example: + +``` + uname@ubnt# set service dhcp-server lease-persist + Possible completions: + enable Enable persistant leases for dnsmasq + disable Disable persistant leases for dnsmasq (default) +``` + +NOTE: +Supports all model's but only tested on ER-12 +This currently only works for dnsmasq + + + +TODO: +-add log messages on error's +-add dhcpd support + + +