summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
Commit message (Expand)AuthorAgeFilesLines
* Silence error. Maybe the command should be removed completely!Ermal2013-01-301-1/+1
* Fixes #2674. Use the interface mtu rather than hardcoded 1280. Needs to be se...Ermal2013-01-301-1/+5
* Remove missed line and also improve code for bridge casesErmal2013-01-271-7/+7
* Correct real interface assignmentErmal2013-01-271-5/+5
* Correctly generate dhcpleases file to avoid issues with dhcpleases. Also whil...Ermal2013-01-261-74/+70
* Mostly for testing name relation in github. No functional changeCharlie2013-01-241-1/+0
* Allow set DHCP options per reservationRenato Botelho2013-01-231-3/+48
* Fix some DHCP per pool options that will never be considered because of a wro...Renato Botelho2013-01-231-3/+3
* Fix spellingbcyrill2013-01-061-1/+1
* Add some backend support for writing out a config so that the dhcp6 server ca...smos2013-01-061-76/+24
* Handle null parameter to services_dyndns_configurephildd2012-12-261-8/+2
* Add a couple more (small, optional) snmp modules.jim-p2012-11-291-1/+12
* Fix typoErik Fonnesbeck2012-11-211-1/+1
* Unbreak install_cron_job function so it is actually usable when config['cron'...Ermal2012-11-211-2/+5
* Sprinkle some unsets and s/fopen,fwrite,fclose/file_put_contents/ where it ma...Ermal2012-11-211-14/+16
* Fix reference to gateway in pool configjim-p2012-10-051-1/+1
* Add support for multiple DHCP pools within the interface's subnet, and allow ...jim-p2012-09-161-40/+120
* Add note about mac matching and media type.jim-p2012-09-141-0/+1
* Add some safety checks against empty entriesjim-p2012-09-141-0/+6
* Allow/deny access to DHCP by partial MAC matching.jim-p2012-09-131-0/+18
* Make the gateway group member check a boolean, might convert to something els...smos2012-09-131-2/+5
* Make sure we process dyndns interfaces that use a failover group when process...smos2012-09-131-5/+6
* Construct the arguments to dhcrelay -6 correctlyMichael Tharp2012-07-301-10/+13
* 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
OpenPOWER on IntegriCloud