Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smyers119 authored Sep 2, 2019
1 parent bdf1bd9 commit 0f2cbec
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# EdgeOS-Patches
# 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



0 comments on commit 0f2cbec

Please sign in to comment.