[acassen/keepalived] 01f395: Use literal constants for bit flags

Alexandre Cassen <[email protected]>
Newsgroups gmane.linux.keepalived.devel
Message-ID <5539fd7e406b6_1a593fd114a572b8793f5@hookshot-fe1-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/acassen/keepalived
  Commit: 01f395c3ac56b64775e5125bbdf5508aab6b9175
      https://github.com/acassen/keepalived/commit/01f395c3ac56b64775e5125bbdf5508aab6b9175
  Author: Alan Dewar <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M keepalived/check/check_api.c
    M keepalived/check/check_daemon.c
    M keepalived/core/main.c
    M keepalived/vrrp/vrrp.c
    M keepalived/vrrp/vrrp_daemon.c
    M keepalived/vrrp/vrrp_ipaddress.c
    M keepalived/vrrp/vrrp_scheduler.c
    M lib/memory.c
    M lib/utils.h

  Log Message:
  -----------
  Use literal constants for bit flags

-- Use literal constants for bit flags of the "debug" global variable
-- Change from using numeric constants to literal constants for the bit
   flags of the "debug" global variable.

Signed-off-by: Colin Docherty <[email protected]>


  Commit: d9507d80544f5c10efde1f074f1645fc483800e0
      https://github.com/acassen/keepalived/commit/d9507d80544f5c10efde1f074f1645fc483800e0
  Author: Stig Thormodsrud <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M keepalived/core/main.c
    M keepalived/vrrp/vrrp.c
    M lib/utils.h

  Log Message:
  -----------
  Backup obtains VIP resulting in a duplicate IP

-- VRRP backup obtains VIP resulting in a duplicate IP situation.
-- When a priority change to the configuration of a Master router drops its
   priority to below that of a backup router, the VIP is not released on the
   Master router leading to a duplicate IP situation.

Signed-off-by: Colin Docherty <[email protected]>


  Commit: 5fc5166875259e987b0e42802de248cdb6d8fa1a
      https://github.com/acassen/keepalived/commit/5fc5166875259e987b0e42802de248cdb6d8fa1a
  Author: Stig Thormodsrud <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M Makefile.in

  Log Message:
  -----------
  Add makefile rule for TAGS ID

-- Add makefile rule for TAGS ID

Signed-off-by: Colin Docherty <[email protected]>


  Commit: cd6557a2a6f659012d028d996e591cdb99f8b177
      https://github.com/acassen/keepalived/commit/cd6557a2a6f659012d028d996e591cdb99f8b177
  Author: Stig Thormodsrud <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M keepalived/include/vrrp.h
    M keepalived/vrrp/vrrp.c

  Log Message:
  -----------
  Make preempt_delay work more than once

-- Make preempt_delay work more than once

Signed-off-by: Colin Docherty <[email protected]>


  Commit: 3efff46b6f8b4b3adfa4d422303e0c581967afdf
      https://github.com/acassen/keepalived/commit/3efff46b6f8b4b3adfa4d422303e0c581967afdf
  Author: John Southworth <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M keepalived/vrrp/vrrp.c

  Log Message:
  -----------
  Changes needed to support AH auth in VMAC mode

-- Note according to the RFC this is not a requirement, but we think that
   our customers will expect it to work. The RFC actually discourages its
   use because it adds little to no additional security.  We are still
   able to interoperate in RFC mode by not enabling authentication.

Signed-off-by: Colin Docherty <[email protected]>


  Commit: 7328d12595591d363236bacaf312cbb722f17f3b
      https://github.com/acassen/keepalived/commit/7328d12595591d363236bacaf312cbb722f17f3b
  Author: Alan Dewar <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M keepalived/vrrp/vrrp.c

  Log Message:
  -----------
  Check VRRP header in the IP auth header is correct

In the middle of vrrp_in_chk, the existing VRRP packet parsing code does
"return vrrp_in_chk_ipsecah(vrrp, buffer);" if the VRRP version is two, and
the authentication type is IP sec authentication, to check whether or not the
IP sec authentication header is valid.  However the "instant" returns means
that is the IP sec authentication header is valid, then the remaining parts
of the VRRP packet (VRRP version, VRRP checksum, VRID, number of VIPs,
advertise-interval) are not parsed or validated.

Signed-off-by: Colin Docherty <[email protected]>


  Commit: 990ba6de661101a93d5925ed7bd2032ef9244337
      https://github.com/acassen/keepalived/commit/990ba6de661101a93d5925ed7bd2032ef9244337
  Author: John Southworth <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M keepalived/include/vrrp_snmp.h
    M keepalived/vrrp/vrrp.c
    M keepalived/vrrp/vrrp_snmp.c

  Log Message:
  -----------
  Add support for SNMP trap: vrrpTrapNewMaster

-- Add support for SNMP trap: vrrpTrapNewMaster

Signed-off-by: Colin Docherty <[email protected]>


  Commit: 475a83467e226b2a40da209b61163f680913c28e
      https://github.com/acassen/keepalived/commit/475a83467e226b2a40da209b61163f680913c28e
  Author: John Southworth <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    A doc/VRRP-MIB
    M keepalived/vrrp/vrrp_snmp.c

  Log Message:
  -----------
  Add skeleton code for VRRP-MIB

-- Add skeleton code for VRRP-MIB

Signed-off-by: Colin Docherty <[email protected]>


  Commit: 605cbb28612ee3a0ca4ff80d61ed7ecfe3e6d0e8
      https://github.com/acassen/keepalived/commit/605cbb28612ee3a0ca4ff80d61ed7ecfe3e6d0e8
  Author: Alexandre Cassen <[email protected]>
  Date:   2015-04-24 (Fri, 24 Apr 2015)

  Changed paths:
    M keepalived/vrrp/vrrp.c

  Log Message:
  -----------
  cosmetic


Compare: https://github.com/acassen/keepalived/compare/413c342c8be7...605cbb28612e

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y

_______________________________________________
Keepalived-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/keepalived-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.