summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up "interfacess_assign.php" XHTMLColin Fleming2013-04-151-13/+11
| | | | | | | | | Close BR, INPUT and IMG tags Update HTML boolean operators Move NOWRAP to "class" statement Deprecate the ampersand in ANCHOR tags Add missing closing U tag Remove closing P tag
* Notify user that static arp will be configured even if DHCP server is disabledRenato Botelho2013-04-151-1/+1
|
* Merge pull request #562 from N0YB/Bogonsv6_Private_CaseChris Buechler2013-04-141-2/+2
|\ | | | | Make fc00::/7 private address space exclusion case insensitive
| * Make fc00::/7 private address space exclusion case insensitiveN0YB2013-04-141-2/+2
|/
* Merge pull request #561 from ExolonDX/branch_02Jim P2013-04-141-3/+3
|\ | | | | Update pkg_edit.php
| * Update pkg_edit.phpColin Fleming2013-04-141-2/+2
| | | | | | | | Correct CDATA sections in SCRIPT tag Correct ALT statement in IMG tag
| * Update pkg_edit.phpColin Fleming2013-04-141-1/+1
| | | | | | Correct CDATA section in SCRIPT tag
* | Add a new parameter to return all aliases, including hosts. It fixes #2941Renato Botelho2013-04-142-6/+12
| |
* | Fix whitespaces and indentRenato Botelho2013-04-141-193/+201
| |
* | Make fe80: addresses check case insensitiveRenato Botelho2013-04-145-13/+13
| |
* | make fe80 gateway check case-insensitiveChris Buechler2013-04-141-1/+1
| |
* | Merge pull request #559 from ExolonDX/branch_03Jim P2013-04-141-85/+85
|\ \ | | | | | | Tidy up "pkg.php" XHTML
| * | Tidy up "pkg.php" XHTMLColin Fleming2013-04-141-85/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move SCRIPT tags out of the TABLE tag Add CDATA section to SCRIPT tags Close INPUT and IMG tags and add ALT statement to IMG tags Update HTML boolean operators Move NOWRAP to class statement Deprecate ampersand in ANCHOR tags Add missing closing FONT tags Swap closing TR and TD tags
* | | Merge pull request #558 from ExolonDX/branch_02Jim P2013-04-141-25/+31
|\ \ \ | | |/ | |/| Tidy up "pkg_edit.php" XHTML
| * | Tidy up "pkg_edit.php" XHTMLColin Fleming2013-04-141-25/+31
| |/ | | | | | | | | | | | | Close BR and IMG tags and add ALT statement to IMG tags Change ONCLICK to lower case Move "fbegin.inc" PHP statement before the SCRIPTS Add CDATA sections to SCRIPT tags
* | Merge pull request #557 from ExolonDX/branch_01Jim P2013-04-141-46/+48
|\ \ | |/ |/| Tidy up "interfaces.php" XHTML
| * Tidy up "interfaces.php" XHTMLColin Fleming2013-04-141-46/+48
|/ | | | | | Close BR and IMG tags and add ALT statement to IMG tags Change ONCLICK and ONCHANGE to lower case. Add CDATA section to SCRIPT tags
* point 2.1 to gui21Chris Buechler2013-04-131-1/+1
|
* Not sure why this is part of the bootup process but it shouldn't. Hopefully ↵Ermal2013-04-121-2/+0
| | | | nothing breaks
* Use apinger macros to send the gateway name for openvpn and dyndns. Ipsec ↵Ermal2013-04-121-1/+1
| | | | will reload all of it since its single process
* Take into consideration even an all parameterErmal2013-04-121-1/+1
|
* Include header here to be safeErmal2013-04-121-0/+1
|
* Correct a bit formating hereErmal2013-04-121-25/+29
|
* Support even openvpn specifying a gateway group on the interfaceErmal2013-04-121-3/+6
|
* Provide a function to get all gateway groups a gateway is member ofErmal2013-04-121-0/+22
|
* Optimize a bit interface_gateway_group_memberErmal2013-04-121-4/+8
|
* Correct syntax. Also support passing an interface as argumentErmal2013-04-121-5/+6
|
* Check if the argument is a gateway or an interfaceErmal2013-04-122-3/+6
|
* Take into consideration the argument passed to the script and reload only ↵Ermal2013-04-121-27/+35
| | | | related items
* Run reconfiguration only for changed ip address or dynamic interfaceErmal2013-04-121-34/+26
|
* Remove these from hereErmal2013-04-121-5/+0
|
* Sprinkle some unset to reduce footprintErmal2013-04-121-9/+12
|
* Sprinkle some unset to reduce footprintErmal2013-04-121-17/+25
|
* Merge pull request #556 from tuyan/c8b07434e3a1c9ae905c2e6cbef6f8fb25e3db00Ermal Luçi2013-04-111-2/+3
|\ | | | | Fix calculation of accounting gigawords.
| * Fixed PHP_INT_MAX not being 2^32 for accounting gigawords.Tuyan Ozipek2013-04-111-2/+3
| |
* | Also ignore 'none' here on the backend to avoid letting previously broken ↵jim-p2013-04-111-2/+2
| | | | | | | | rules mess up the rest of the ruleset.
* | Add a line to let the user know that the wizard can be stopped by clicking ↵jim-p2013-04-111-1/+1
| | | | | | | | the logo at the top, so people don't think they are stuck/required to do the wizard.
* | Merge pull request #555 from timdufrane/patch-3Jim P2013-04-111-25/+37
|\ \ | | | | | | Clean inconsistent "none" and empty conventions for advanced fields - re...
| * | Fixed 802.1p duplicating values for vlanprio and vlanpriosettimdufrane2013-04-111-1/+13
| | | | | | | | | For real this time. Friggin' github.
| * | Fixed 802.1p duplicating values for vlanprio and vlanpriosettimdufrane2013-04-110-0/+0
| | |
| * | Clean inconsistent "none" and empty conventions for advanced fields - ↵timdufrane2013-04-111-24/+24
|/ / | | | | | | removes residual "none" entries on save
* | Configure static arp inside interface_configure() since it removes all ↵Renato Botelho2013-04-112-1/+1
| | | | | | | | interface addresses and the static arps are removed together. It fixes #2939
* | Allow traffic initiated from host and without a default route to be sent to ↵Ermal2013-04-111-1/+1
| | | | | | | | a gateway from policy routing.
* | Merge pull request #466 from stilez/masterrbgarga2013-04-111-2/+8
|\ \ | | | | | | Fix issue in version_compare that can cause versions to be wrongly marked incompatible
| * | Fix issue in version_compare that can cause versions to be wrongly marked ↵Stilez2013-03-061-2/+8
| | | | | | | | | | | | incompatible
* | | Merge pull request #553 from timdufrane/patch-1Jim P2013-04-101-1/+1
|\ \ \ | | | | | | | | Fix none where should be empty string for 802.1p
| * | | Fix none where should be empty string for 802.1ptimdufrane2013-04-101-1/+1
|/ / /
* | | Add a note to the ARP page about IPv6 peers using NDP, with a link.jim-p2013-04-101-0/+3
| | |
* | | Update translation templateRenato Botelho2013-04-101-1647/+5864
| | |
* | | Prohibit adding aliases containing FQDNs in static routes. Fixes #2941Renato Botelho2013-04-102-0/+22
| | |
OpenPOWER on IntegriCloud