Project

General

Profile

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

# Date Author Comment
93423f89 02/17/2025 07:40 PM Brad Davis

Properly quote these variables and avoid using test -o

1fbbea8f 11/13/2023 05:01 PM Reid Linnemann

Remove use of 0.0.0.0 alias in pfSense-dhclient-script. Fixes #14966

7d087f60 11/21/2022 07:03 PM Jim Pingle

Remove unused deprecated code from dhclient script. Fixes #13501

4864d7f6 11/15/2022 06:49 PM Josh Soref

Spelling fixes. Fix #13357

Bugs:
  • Incorrect input validation for `dhcp6c` `keyinfo expire` `forever` keyword in `interfaces.inc`.
  • Incorrect input validation for associated rule's `Source Port` in `firewall_rules_edit.php`.
  • Incorrect `voucher*.` file lock reference in `status_captiveportal_voucher_rolls.php`....
719da3ee 03/15/2022 08:16 PM Jim Pingle

Remember dyn GW when if is down. Issue #12931

  • When a dynamic interface goes down, retain its old gateway address in
    a place we can read if if necessary
  • When a dynamic interface comes up, remove the file with the old gw
  • Add a function to fetch the old gateway...
68d8e58c 06/18/2021 02:40 PM Viktor Gurov

Use full path for executables in /usr/local/sbin/ shell scripts. Fixes #11985

c428cdf4 09/16/2020 08:03 PM Renato Botelho

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...

d5cbbe6a 03/23/2020 12:30 PM Renato Botelho

Ticket #9267: Fix dhclient-script to handle error properly

9fde2b2b 02/28/2020 06:46 AM Viktor Gurov

Handle DHCP Lease when the assigned Gateway is Outside of Subnet. Issue #7380

e311cb79 07/02/2018 07:22 PM PiBa-NL

routing, add option 'automatic' for gateway selection, and allow manual ordering of gateways

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