Project

General

Profile

Search

Results (717)

Revision c59e21b5: Fix #3004:
. Create a function to replace strings on dee ... tion array_replace_values_recursive to fix VIP interface names instead of touch config.xml directly 09/03/2013 04:36 PM
Revision f2cc3344: Fix #3004:
. Create a function to replace strings on dee ... tion array_replace_values_recursive to fix VIP interface names instead of touch config.xml directly 09/03/2013 03:37 PM
Revision 330ecea1: Fix #3174 Handling of gateway groups in openvpn_restart()
If the underlying vip of a gateway group that an openvpn client is ... backup mode then the client should not start. 09/03/2013 01:23 AM
Revision 6eb6e720: #3174 Handling of gateway groups in openvpn_restart()
If the underlying vip of a gateway group that an openvpn client is ... backup mode then the client should not start. 09/02/2013 08:13 PM
Revision 7a6851df: Fix #3172, return_gateway_groups_array() was returning the last vip since it was using wrong variable name on iteration
09/02/2013 11:01 AM
Revision 22234bbb: Fix #3172, return_gateway_groups_array() was returning the last vip since it was using wrong variable name on iteration
09/02/2013 11:00 AM
Bug #3174 (Resolved): OpenVPN Client bound to a gateway group should not start on backup CARP vip
There is no handling for gateway groups in <p ... enVPN client to start even if the underlying vip is a CARP backup. Recommend adding at li ... /* the interface is a gateway group. If a vip is defined and its a CARP backup then do not ... if (($a_groups[$settings['interface']][0]['vip'] <> "") && (get_carp_interface_status($a_groups[$settings['interface']][0]['vip']) == "BACKUP")) return; } </pre> 09/01/2013 06:50 PM
Bug #3172 (Resolved): function return_gateway_groups_array() returns the incorrect vip
I am not even a PHP novice so please take these findings with a grain of salt. The vip returned is always the last vip that the <pre> foreach ($group['i ... his is causing OpenVPN Server to bind to the vip on the backup tier. I think to fix it tw ... should be: <pre> if (!is_array($gwvip_arr[$group['name']])) </pre> and 2. Line ... 7 should be: <pre> if (is_array($gwvip_arr[$group['name']])&& !empty($gwvip_arr[$group['name']][$member])) $groupmember['vip'] = $gwvip_arr[$group['name']][$member]; </pre> Thanks, Shahid 08/31/2013 06:13 AM
Bug #3147 (Resolved): Adding new interface can cause issues
When adding a new interface on the (assign) p ... first interface picked happens to be a CARP VIP then this VIP will stop working until the new interface is ... 't potentially cause issues (say, a loopback) 08/14/2013 05:38 PM
Revision ee3bc703: Fix #2962, allow to remove VIP if gateway IP is on the interface's subnet
07/06/2013 05:55 PM
(481-490/717)