-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|