Project

General

Profile

Download (10.6 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
718432f1 01/18/2017 07:28 PM NOYB NOYB

Status / Interfaces - Relinquish DHCP Lease

Send gratuitous DHCP release message to server.

Dependency:
To fully relinquish the DHCP lease, the "RELEASE" reason needs to be added to the /usr/local/sbin/pfSense-dhclient-script.
s/EXPIRE|FAIL)/EXPIRE|FAIL|RELEASE)/...

da4d341e 12/30/2016 02:55 AM Luiz Souza

Remove the now unnecessary and commented code.

Ticket #7042

9bf81d66 12/29/2016 07:37 PM Luiz Souza

Revert "Instead of ignoring the IP, add it to interface even if we cannot do it with setfirst."

This reverts commit af6248407bae4d476b483dcb3a388744fb74b465.

Not necessary at all.

Pointy hat to: me
Ticket #7042

af624840 12/29/2016 06:38 PM Luiz Souza

Instead of ignoring the IP, add it to interface even if we cannot do it with setfirst.

Ticket #7042

378574a3 12/27/2016 09:32 PM Jim Pingle

Disable "setfirst" line in pfSense-dhclient-script for now. Ticket #7042

90498252 05/31/2016 08:04 PM Renato Botelho

Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script and change interfaces.inc accordingly