summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Do not try to start igmpproxy when there's no igmpentries configured.bcyrill2012-06-231-1/+1
* Make sure this check is reversed, that way we only pick up the legacy field i...smos2012-06-131-1/+1
* Shorter version of the fix to always set the radvd interface.smos2012-06-081-4/+2
* Make sure to fall through if this tag is not set.smos2012-06-081-0/+2
* If radvd is already running, reload, otherwise start one.smos2012-06-071-8/+12
* Add better protection for unknown raprioritysmos2012-06-071-4/+4
* Make sure we still start on older configs where the setting is still called m...smos2012-06-071-0/+6
* We need to define the default route here, not the advertised prefix.smos2012-06-071-3/+3
* Correct the syntax, the RemoveRoute needs to end up in route statementsmos2012-06-071-4/+12
* Remove duplicate prefix linesmos2012-06-071-1/+0
* Prevent radvd from telling the clients to remove the route to itself.smos2012-06-071-2/+5
* Do not send DeprecatePrefix messages for CARP announcements, it causes client...smos2012-06-071-0/+7
* Bye, bye olsrd back to packages.Ermal2012-06-071-288/+1
* When advertising on a CARP vip, pick the CARP ipv6 address as the RDNSS addresssmos2012-06-061-1/+1
* Make sure that both the Carp vip interface and the parent interface are in th...smos2012-06-061-0/+1
* Extra safetynet to prevent duplicate static entries with broken config.xmlsmos2012-06-061-2/+6
* Change the DHCPv6 services page into a RA and DHCPv6 section, move some of th...smos2012-06-061-6/+24
* Add the option to use a custom Dynamic DNS Provider via an Update URL and Res...Matt Corallo2012-05-221-2/+5
* Back out duplicated fix from 107e8acc - Ticket #1917 was already fixed before...jim-p2012-05-081-9/+2
* fix text. ticket #2399Chris Buechler2012-04-261-1/+1
* Make sure to stop the dhcpleases6 processsmos2012-04-241-0/+1
* Add support for SLAAC on the WAN interface, this is required for Stateless au...smos2012-04-181-1/+0
* Handle multiple IPv6 DNS servers in rc.newwanipv6, remove chunk of broken cod...smos2012-04-181-8/+1
* Only add the IPv4 gateway in the DHCPv4 config if we have a IPv4 gateway defi...smos2012-04-161-3/+20
* Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-111-7/+5
* Also use the prefix calculation function here.smos2012-04-081-13/+1
* Change the command to reflect the new, just added dhcpleases6 binary for trig...smos2012-04-071-1/+2
* it needs to point to a existing file otherwise it will not launch.smos2012-04-071-1/+1
* Add the -h parameter which is required for dhcpleases, might need to be remov...smos2012-04-071-1/+1
* fix a syntax errorDarren Embry2012-04-061-1/+1
* Add a dhcpleases monitor to the DHCPv6 server which will trigger automatic cr...smos2012-04-061-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
* Specify path to unbound config fileWarren Baker2012-04-051-1/+1
* Bail out without a valid IPv6 address so we don't generate a invalid dhcpv6 s...smos2012-04-041-1/+2
* Merge pull request #71 from ebrandi/r53dyndnsErmal Luçi2012-04-031-1/+3
|\
| * This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.Edson Brandi2012-04-011-1/+3
* | If the end of the prefix6 range does not align with a multiple of the delegat...smos2012-04-031-9/+10
* | Adjust the delegated prefix length for 6to4 to 16 bitssmos2012-04-031-1/+1
* | 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-031-7/+52
|/
* Add interface tracking support. With this it is now possible for dynamic IPv6...smos2012-03-311-35/+10
* 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
* Commit the config backend code for the switch to radvdsmos2012-03-291-153/+124
OpenPOWER on IntegriCloud