Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  src
  tools
.editorconfig 277 Bytes
.gitattributes 925 Bytes
.gitignore 150 Bytes
BOOTSTRAP.md 7.93 KB
README.md 3.03 KB
build.conf.sample 3.55 KB
build.sh 14.2 KB
license.txt 2.16 KB

Latest revisions

# Date Author Comment
dc13f5e0 08/29/2016 06:05 PM Phil Davis

Fix #6720 DHCP options by pool

It is a little bit tricky having to generate the unique "option custom-if-n-m code ..." lines at first where n = pool index and m = item index in the items of the pool. Then make sure to reference that later, getting the same pool index into the array of pools. The $all_pools array as the "overall" or "base" pool first (at index 0), followed by the user-specified pools at index 1, 2, 3,... - which are actually at indexes 0, 1, 2,... in the ordinary array of pools in the config. So the -1 at line 910 has to happen....

959f2bb8 08/29/2016 06:02 PM Phil Davis

Fix double domain-name-servers for pool

Add a pool and specify something in 1 or more of the DNS servers boxes for the pool.
The "option domain-name-servers 1.2.3.4" line appears twice in dhcpd.conf
The first bit of code to do it is at lines 787-799. I have deleted this 2nd time that it is done at lines 854-856....

f851e667 08/29/2016 05:57 PM Phil Davis

Fix #6724 VLAN interface displayed wrong

in interface assignment script dialog.

The str_replace() calls were not smart enough to just get rid of bare "igb1" when "igb1_vlan123" and such like was also in the list.
(cherry picked from commit fd020a2d94077cc9c8ee6bac5b3da11e116c84a2)

bb487b66 08/25/2016 08:48 PM Jeremy Porter

add cpu stress tester and bird to arm build

8024c54a 08/23/2016 06:24 PM Jared Dillard

change traffic graphs to use d3.js

17ffb834 08/23/2016 06:23 PM Jared Dillard

add visibility js

946a87ec 08/22/2016 08:15 PM Jim Pingle

Add a selection for OpenVPN to have no compression preference + comp-noadapt, which is necessary in some client edge cases. Fixes #6739

9fcda3db 08/22/2016 07:34 PM Jim Pingle

Clean up the text on diag_sockets.php. Fixes #6708

d1855944 08/22/2016 06:48 PM Jim Pingle

Clarify language on diag_tables.php. Fixes #6713

f5da84f3 08/22/2016 06:14 PM Jim Pingle

Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715

View all revisions | View revisions

Also available in: Atom