|
version 1.1.1.1, 2014/06/15 16:31:38
|
version 1.1.1.2, 2021/03/17 00:56:46
|
|
Line 3
|
Line 3
|
| STATUS_FILE="/tmp/dnsmasq-ip-mac.status" |
STATUS_FILE="/tmp/dnsmasq-ip-mac.status" |
| |
|
| # Script for dnsmasq lease-change hook. |
# Script for dnsmasq lease-change hook. |
| # Maintains the above file with a IP address/MAC address pairs, | # Maintains the above file with an IP address/MAC address pairs, |
| # one lease per line. Works with IPv4 and IPv6 leases, file is |
# one lease per line. Works with IPv4 and IPv6 leases, file is |
| # atomically updated, so no races for users of the data. |
# atomically updated, so no races for users of the data. |
| |
|