summaryrefslogtreecommitdiffstats
path: root/src/sbin/dhclient-script
Commit message (Collapse)AuthorAgeFilesLines
* Status / Interfaces - Relinquish DHCP LeaseNOYB2017-01-171-1/+1
| | | | | | | | | | Send gratuitous DHCP release message to server. Dependency: To fully relinquish the DHCP lease, the "RELEASE" reason needs to be added to the /sbin/dhclient-script. s/EXPIRE|FAIL)/EXPIRE|FAIL|RELEASE)/ Without the 'RELEASE' reason, the DHCP release message will still be sent to the server, however the local dhclient leases will not reflect the relinquishment. Therefore, DHCP renewal will do a DHCP request for the previous address rather than doing a DHCP discovery and being more likely to be assigned a different address.
* Ticket #5624: Welcome dpinger!Renato Botelho2015-12-101-1/+1
|
* Remove unused codeRenato Botelho2015-11-261-11/+0
|
* Introduce read_xml_tag.shRenato Botelho2015-10-011-2/+2
| | | | | | Create /usr/local/sbin/read_xml_tag.sh, that will read a xml tag from config file using xmllint. Replace all direct read using cat, grep, sed, ... by this script
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+404
OpenPOWER on IntegriCloud