Properly quote these variables and avoid using test -o
Remove use of 0.0.0.0 alias in pfSense-dhclient-script. Fixes #14966
Remove unused deprecated code from dhclient script. Fixes #13501
Spelling fixes. Fix #13357
Remember dyn GW when if is down. Issue #12931
Use full path for executables in /usr/local/sbin/ shell scripts. Fixes #11985
Rework route functions
- Created route_table() that returns an array containing all items from route table. It uses --libxo to get a json object- Created route_get() that return an array with route items to desired target- Created route_get_default() to get current default route for inet or...
Ticket #9267: Fix dhclient-script to handle error properly
Handle DHCP Lease when the assigned Gateway is Outside of Subnet. Issue #7380
routing, add option 'automatic' for gateway selection, and allow manual ordering of gateways
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)/...
Remove the now unnecessary and commented code.
Ticket #7042
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: meTicket #7042
Instead of ignoring the IP, add it to interface even if we cannot do it with setfirst.
Disable "setfirst" line in pfSense-dhclient-script for now. Ticket #7042
Move our copy of dhclient-script to /usr/local/sbin/pfSense-dhclient-script and change interfaces.inc accordingly