Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cf
  conf.default
  etc
  usr

Latest revisions

# Date Author Comment
7ea6dabe 10/13/2016 02:42 PM Jim Pingle

Clarify source port warning when editing a firewall rule.

d02ee138 10/13/2016 02:21 PM Jim Pingle

In the setup wizard, do not change the DHCP range if it is already set inside the new subnet. Otherwise it will overwrite a range set manually from the DHCP settings or the console when the wizard is run later. Fixes #4820

77179b26 10/13/2016 01:39 PM Renato Botelho

Merge pull request #3190 from phil-davis/dhcpv6

8c48089f 10/13/2016 01:36 PM Renato Botelho

Add extra validations on is_inrange_v46

Verify if addresses are valid IP address before convert them to make
numeric comparison.

While here, adjust indent.

Inspired by: @phil-davis patch at PR #3189

ef30fa51 10/13/2016 01:25 PM NOYB NOYB

Replace underscore with hyphen in option names

Thanks Jorge

(cherry picked from commit 30786a9d2486d88cb92cbb0ecb10586b39c32c65)

bd9e1327 10/13/2016 01:24 PM Renato Botelho

Merge pull request #3186 from phil-davis/unlink_if_exists

42ebf952 10/13/2016 01:15 PM Renato Botelho

Restore accidentally removed block

On dc61252ae the code used to restore dhcp6 leases when platform was
nanobsd was removed, but this code is supposed to run on full install
when it's configured to use MFS /tmp. Restored it, adjusting indent,
and add the correct conditional to run on MFS /tmp...

b76b52ae 10/13/2016 12:48 PM Renato Botelho

Merge pull request #3180 from valneacsu/fix_wifi_1st_VAP_params

3707ffc4 10/13/2016 02:22 AM Phil Davis

DHCPV6 only check VIPs in range if range valid

If the user has input invalid values into range from and to, then there
is no point checking any IPv6 VIPs to see if they fall in the range.
None of them would be "in range" because the specified range is not even...

d96a39ba 10/13/2016 01:31 AM Phil Davis

Make unlink_if_exists return true/false

This allows the caller to do a single "atomic" call to unlink_if_exists.
If it returns true, then they know that the file existed and that it has
been unlinked successfully.
This should help avoid race conditions where multiple code paths try...

View revisions

Also available in: Atom