summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
Commit message (Expand)AuthorAgeFilesLines
* Make gateways for assigned OpenVPN servers as well as clients.jim-p2012-12-181-2/+2
* Add unsetErmal2012-11-211-0/+1
* Switch to is_array() check and add curlysmos2012-11-191-2/+3
* gateway monitoring, make the notifications generated clear to tell which gate...PiBa-NL2012-11-181-4/+4
* Separate default gateway switching code to its own function, fix it to only o...jim-p2012-09-261-50/+54
* Make the gateway group member check a boolean, might convert to something els...smos2012-09-131-3/+3
* Add function that checks if the interface is part of a gateway group.smos2012-09-131-0/+22
* Reference the correct variable here, it was broken before and could never hav...smos2012-09-131-1/+1
* Remove the filter configure call as this could otherwise lead to a recursive ...smos2012-09-121-3/+3
* Put apinger default values into a functionPhil Davis2012-07-251-17/+22
* Make sure that we process the logic statement correctly, otherwise we might a...smos2012-07-181-2/+2
* Change field name from lowloss to losslow ccesario2012-07-051-2/+2
* Reconfigure OpenVPN on gateway changesmos2012-06-301-2/+2
* Comment out adding static routes for gateway monitor IPs because we now bind ...smos2012-06-281-2/+2
* Fix: Warning: preg_match(): No ending delimiter '/' found in /etc/inc/gwlb.in...Phil Davis2012-06-281-2/+2
* Check in code that allows for using a gateway group as the interface on the O...smos2012-06-251-10/+24
* Needs a default case so IPv6 interfaces are resolved to a real interfacesmos2012-06-091-0/+3
* Changeover to the new multiple command pfSctlsmos2012-06-061-2/+2
* Reverse the arguments, i got them wrong.smos2012-06-061-2/+2
* Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS alr...smos2012-06-061-2/+2
* Make sure to return the Null route gateways too for looking up a gateway entrysmos2012-06-051-3/+3
* Some minor enhancements from renaming the Gathering Data to Pending.smos2012-06-041-2/+2
* Fix Typo, although the host might indeed be loca. We'll just keep it local in...smos2012-06-041-1/+1
* Allow for Null routessmos2012-06-041-1/+17
* Unbreak php errors on login formjim-p2012-06-031-0/+1
* The gateway groups array now knows about vips to be tied into that gateway gr...smos2012-06-021-0/+6
* Actually save the IPprotocol variable into the config, otherwise it stil won'...smos2012-06-011-2/+6
* Finally give in and sprout a Internet Protocol drop down on the gateways edit...smos2012-05-311-9/+36
* Add the address family tag to the gateway groups arraysmos2012-05-211-0/+1
* Allow saving on system.php if the gateways are down.smos2012-05-201-8/+11
* Prevent duplicate gateways from showing up if the interface is down. Redmine ...smos2012-05-201-20/+50
* Add the PPP automatic interface type. This would show the _PPP gateways.smos2012-05-201-0/+1
* Make sure VPN interface gateways are handled separatelyjim-p2012-04-181-0/+8
* Add the correct fix to pick up the IPv6 gateway for slaac interfacessmos2012-04-181-1/+1
* Make sure that SLAAC gateways show up in return_gateways_array();smos2012-04-181-1/+2
* Some IPv6 fixes for gateway groupsjim-p2012-04-141-3/+18
* Make sure that we use the right interface for 6rdsmos2012-04-061-1/+1
* Add better hardening to the dynamic gateway code, handle IPv6 networks bettersmos2012-04-041-19/+93
* Remove suprious debugging linesmos2012-04-011-1/+0
* Add the stf0 interface to interface_has_gateway_v6() for 6to4smos2012-04-011-2/+12
* Adding gateway support for 6rd support, does not add route yet.smos2012-02-251-1/+11
* Fix for redmine ticket #1993. Allow saving multiple dynamic entries.smos2011-11-271-0/+26
* Add a find_interface_ipv6_ll() to find the link local address of a interface.smos2011-09-011-1/+8
* Another address family check for dynamic gateways, v4 has dynamic, v6 has dyn...Seth Mos2011-08-291-0/+9
* Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic ...Seth Mos2011-08-291-4/+7
* Add a interface_has_gatewayv6() function to determine if a interface has a IP...Seth Mos2011-08-261-4/+3
* Add the IP protocol to the configured gateway list to prevent duplicate entri...Seth Mos2011-08-261-1/+6
* Remove stray echo statementSeth Mos2011-08-251-2/+0
* Remove stray print_r()Seth Mos2011-08-251-2/+0
* Automatically pick up on dynamic IPv6 interfaces. For Example dhcp6.Seth Mos2011-08-251-7/+56
OpenPOWER on IntegriCloud