| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate default gateway switching code to its own function, fix it to only o... | jim-p | 2012-09-26 | 1 | -50/+54 |
* | Make the gateway group member check a boolean, might convert to something els... | smos | 2012-09-13 | 1 | -3/+3 |
* | Add function that checks if the interface is part of a gateway group. | smos | 2012-09-13 | 1 | -0/+22 |
* | Reference the correct variable here, it was broken before and could never hav... | smos | 2012-09-13 | 1 | -1/+1 |
* | Remove the filter configure call as this could otherwise lead to a recursive ... | smos | 2012-09-12 | 1 | -3/+3 |
* | Put apinger default values into a function | Phil Davis | 2012-07-25 | 1 | -17/+22 |
* | Make sure that we process the logic statement correctly, otherwise we might a... | smos | 2012-07-18 | 1 | -2/+2 |
* | Change field name from lowloss to losslow
| ccesario | 2012-07-05 | 1 | -2/+2 |
* | Reconfigure OpenVPN on gateway change | smos | 2012-06-30 | 1 | -2/+2 |
* | Comment out adding static routes for gateway monitor IPs because we now bind ... | smos | 2012-06-28 | 1 | -2/+2 |
* | Fix: Warning: preg_match(): No ending delimiter '/' found in /etc/inc/gwlb.in... | Phil Davis | 2012-06-28 | 1 | -2/+2 |
* | Check in code that allows for using a gateway group as the interface on the O... | smos | 2012-06-25 | 1 | -10/+24 |
* | Needs a default case so IPv6 interfaces are resolved to a real interface | smos | 2012-06-09 | 1 | -0/+3 |
* | Changeover to the new multiple command pfSctl | smos | 2012-06-06 | 1 | -2/+2 |
* | Reverse the arguments, i got them wrong. | smos | 2012-06-06 | 1 | -2/+2 |
* | Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS alr... | smos | 2012-06-06 | 1 | -2/+2 |
* | Make sure to return the Null route gateways too for looking up a gateway entry | smos | 2012-06-05 | 1 | -3/+3 |
* | Some minor enhancements from renaming the Gathering Data to Pending. | smos | 2012-06-04 | 1 | -2/+2 |
* | Fix Typo, although the host might indeed be loca. We'll just keep it local in... | smos | 2012-06-04 | 1 | -1/+1 |
* | Allow for Null routes | smos | 2012-06-04 | 1 | -1/+17 |
* | Unbreak php errors on login form | jim-p | 2012-06-03 | 1 | -0/+1 |
* | The gateway groups array now knows about vips to be tied into that gateway gr... | smos | 2012-06-02 | 1 | -0/+6 |
* | Actually save the IPprotocol variable into the config, otherwise it stil won'... | smos | 2012-06-01 | 1 | -2/+6 |
* | Finally give in and sprout a Internet Protocol drop down on the gateways edit... | smos | 2012-05-31 | 1 | -9/+36 |
* | Add the address family tag to the gateway groups array | smos | 2012-05-21 | 1 | -0/+1 |
* | Allow saving on system.php if the gateways are down. | smos | 2012-05-20 | 1 | -8/+11 |
* | Prevent duplicate gateways from showing up if the interface is down. Redmine ... | smos | 2012-05-20 | 1 | -20/+50 |
* | Add the PPP automatic interface type. This would show the _PPP gateways. | smos | 2012-05-20 | 1 | -0/+1 |
* | Make sure VPN interface gateways are handled separately | jim-p | 2012-04-18 | 1 | -0/+8 |
* | Add the correct fix to pick up the IPv6 gateway for slaac interfaces | smos | 2012-04-18 | 1 | -1/+1 |
* | Make sure that SLAAC gateways show up in return_gateways_array(); | smos | 2012-04-18 | 1 | -1/+2 |
* | Some IPv6 fixes for gateway groups | jim-p | 2012-04-14 | 1 | -3/+18 |
* | Make sure that we use the right interface for 6rd | smos | 2012-04-06 | 1 | -1/+1 |
* | Add better hardening to the dynamic gateway code, handle IPv6 networks better | smos | 2012-04-04 | 1 | -19/+93 |
* | Remove suprious debugging line | smos | 2012-04-01 | 1 | -1/+0 |
* | Add the stf0 interface to interface_has_gateway_v6() for 6to4 | smos | 2012-04-01 | 1 | -2/+12 |
* | Adding gateway support for 6rd support, does not add route yet. | smos | 2012-02-25 | 1 | -1/+11 |
* | Fix for redmine ticket #1993. Allow saving multiple dynamic entries. | smos | 2011-11-27 | 1 | -0/+26 |
* | Add a find_interface_ipv6_ll() to find the link local address of a interface. | smos | 2011-09-01 | 1 | -1/+8 |
* | Another address family check for dynamic gateways, v4 has dynamic, v6 has dyn... | Seth Mos | 2011-08-29 | 1 | -0/+9 |
* | Add a possible "dynamic6 type to differentiate between IPv6 and IPv4 dynamic ... | Seth Mos | 2011-08-29 | 1 | -4/+7 |
* | Add a interface_has_gatewayv6() function to determine if a interface has a IP... | Seth Mos | 2011-08-26 | 1 | -4/+3 |
* | Add the IP protocol to the configured gateway list to prevent duplicate entri... | Seth Mos | 2011-08-26 | 1 | -1/+6 |
* | Remove stray echo statement | Seth Mos | 2011-08-25 | 1 | -2/+0 |
* | Remove stray print_r() | Seth Mos | 2011-08-25 | 1 | -2/+0 |
* | Automatically pick up on dynamic IPv6 interfaces. For Example dhcp6. | Seth Mos | 2011-08-25 | 1 | -7/+56 |
* | Add a function that allows you to validate the address family on 2 addresses ... | smos | 2011-08-23 | 1 | -0/+37 |
* | Oops fix variable name | Ermal | 2011-08-02 | 1 | -1/+1 |
* | Blacklist lan as being used as default gateway when auto switching is on. Thi... | Ermal | 2011-08-02 | 1 | -1/+2 |
* | Add an override for default interval to send icmp | Ermal | 2011-07-28 | 1 | -0/+2 |