summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Expand)AuthorAgeFilesLines
* Add unbound userWarren Baker2012-04-052-0/+2
* Setup chroot environment for unboundWarren Baker2012-04-051-0/+11
* Remove Extra braceWarren Baker2012-04-051-1/+1
* Use global variableWarren Baker2012-04-051-1/+1
* Use isset() for DNSSEC statusWarren Baker2012-04-051-2/+2
* Specify path to unbound config fileWarren Baker2012-04-051-1/+1
* Add ACL id functionsWarren Baker2012-04-051-0/+18
* Good catch jim :)Ermal2012-04-041-1/+1
* Just php does not like this variable name and just prepends the 1 in output!Ermal2012-04-041-6/+6
* Expand these checks to include 'dynamic' or they'll never match dynamic gatew...jim-p2012-04-041-2/+2
* Make sure that we reconfigure the tunneled interfaces when we get a new ipv4 ...smos2012-04-041-7/+4
* Change the firewall rules to prevent firewall rule errorssmos2012-04-041-4/+4
* Set the table limit before loading tables. This may help in cases where a rul...jim-p2012-04-041-4/+4
* Bail out without a valid IPv6 address so we don't generate a invalid dhcpv6 s...smos2012-04-042-8/+9
* Add realif overrides for tunneled interface, we want to override get_real_int...smos2012-04-041-0/+7
* Add better hardening to the dynamic gateway code, handle IPv6 networks bettersmos2012-04-041-19/+93
* dl(), which is used by PEAR, is deprecated in 5.3 and fails to thus load this...Warren Baker2012-04-041-0/+2
* Merge pull request #71 from ebrandi/r53dyndnsErmal Luçi2012-04-033-5/+838
|\
| * This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.Edson Brandi2012-04-013-5/+838
* | If the end of the prefix6 range does not align with a multiple of the delegat...smos2012-04-031-9/+10
* | Add filter code that will automatically add pass rules for delegated IPv6 pre...smos2012-04-031-0/+30
* | Adjust the delegated prefix length for 6to4 to 16 bitssmos2012-04-031-1/+1
* | Fix the comment text for 6to4 proto 41 rules.smos2012-04-031-4/+5
* | Remove debugging print_r();smos2012-04-031-3/+0
* | Make sure that we can create a /64 delegation for very short prefixes.smos2012-04-031-6/+6
* | Improve the prefix delegation math somewhat.smos2012-04-031-3/+5
* | Automatically configure DHCPv6 servers for interfaces set to track6 another WAN.smos2012-04-032-8/+75
* | Add quick to the DHCP6 client and server rulessmos2012-04-021-9/+9
* | We want to actually compress the IPv6 address, not uncompress.smos2012-04-021-4/+4
* | Correct variable names and foreach assignmentsmos2012-04-021-4/+4
* | Correct the DHCP6 client function to reflect the track6 changessmos2012-04-021-4/+6
* | Open up the DHCPv6 server firewall ruilessmos2012-04-021-2/+4
* | Reverse the echo request and echo reply for input and output filterssmos2012-04-021-5/+5
* | Adjust the DHCP6 client firewall rulessmos2012-04-021-1/+2
* | Fix the find dhcp6 process function to report the actual pid instead of the g...smos2012-04-021-4/+3
* | Add missing DHCP6 track6 support functionsmos2012-04-021-0/+38
* | Adjust the firewall rules for 6rd and 6to4 proto 41 trafficsmos2012-04-011-2/+12
* | Comment out the srd 6rd device and put in the patched stf device commands.smos2012-04-011-4/+20
* | A few more improvement such that tracking interfaces are automatically config...smos2012-04-011-3/+26
* | Remove suprious debugging linesmos2012-04-011-1/+0
* | Add interface tracking support for native dynamic IPv6 interfaces like dhcp6 ...smos2012-04-011-1/+15
* | Add logic that (re)configures the dependent interface that has interface trac...smos2012-04-011-0/+13
* | Add the stf0 interface to interface_has_gateway_v6() for 6to4smos2012-04-012-5/+18
|/
* Add interface tracking support. With this it is now possible for dynamic IPv6...smos2012-03-313-97/+224
* Do not process for disabled interfacessmos2012-03-311-1/+7
* Make sure we only generate entries for radvd when we actually have a IPv6 prefixsmos2012-03-311-3/+10
* Make sure to add a semicolon to indicate end of line syntaxsmos2012-03-301-3/+3
* Correct the field name, otherwise we have invalid syntaxsmos2012-03-301-2/+2
* Add 6to4 support for automatic tunneling.smos2012-03-301-0/+97
* Commit the config backend code for the switch to radvdsmos2012-03-291-153/+124
OpenPOWER on IntegriCloud