lp://qastaging/~keepalived/keepalived/unicast

Created by Guilhem Lettron and last modified
Get this branch:
bzr branch lp://qastaging/~keepalived/keepalived/unicast

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Keepalived Maintainers
Project:
keepalived
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at https://github.com/rohara/keepalived.git,branch=vrrp_unicast.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 25 seconds — see the log

Updating branch...

Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.

Recent revisions

168. By Ryan O'Hara

Add support for VRRP unicast

This patch adds the ability to use VRRP over unicast. Unicast IP
addresses may be specified for each VRRP instance with the 'unicast'
option. When a VRRP instance has one or more unicast IP address defined,
VRRP advertisements will be sent to each of those addresses. Unicast IP
addresses may be either IPv4 or IPv6.

Signed-off-by: Ryan O'Hara <email address hidden>

167. By Alexandre Cassen <email address hidden>

keepalived-1.2.7

166. By Alexandre Cassen <email address hidden>

fix issue in while using vrrp_script

Previous patch introduced by Ryan O'Hara about removing shadow
declaration was kind of too much hunting :)

removing element e in this block simply create inconsitency in upper
list walk. So resurected element declaration with e2.

165. By Alexandre Cassen <email address hidden>

Cosmetics indent

164. By Mikhail Gaydamaka <email address hidden>

traps: add routerId to var bind, fixed oid for vrrpSyncGroupStateChange var bind, mib updated

163. By Alexandre Cassen <email address hidden>

Misc cosmetics

* Update Copyright in lib
* Add list_head lib: the goal is to progressively move from old
  list lib to this list_head (which is cleaner).
* Some cosmetics

162. By Alexandre Cassen <email address hidden>

keepalived-1.2.6

161. By Alexandre Cassen <email address hidden>

Added a separate timeout parameter for vrrp_script checks

Merge pull request from Jonathan Harden:

I've added a timeout parameter to the vrrp check scripts which
allow you to have the check timeout different to the interval.
When no timeout has been specified the interval is used (which
mimics the current behaviour).

To explain the reasoning: We wanted to have check scripts time
out faster than our check interval. Doing the check we need to
perform is a little load intensive and so we don't want to
perform it every few seconds. With this patch we set an
interval of 60 seconds but a timeout of 5 seconds (if the check
takes more than a few seconds then the service is not working
correctly).

160. By Alexandre Cassen <email address hidden>

vector lib extensions

Added some new helpers in vector lib to address futur work.

159. By Alexandre Cassen <email address hidden>

code cleanup

* Use POSIX compliant declaration in vector lib
* Use POSIX compliant declaration in timer lib
* some cosmetics

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers