[acassen/keepalived] 95022c: Make -a option work without ha_suspend

pqarmitage <[email protected]> Thu, 09 Mar 2017 06:42:08 -0800
Newsgroups gmane.linux.keepalived.devel
Message-ID <58c169c0e0b31_43c03ff698687c381147f8@hookshot-fe2-cp1-prd.iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/acassen/keepalived
  Commit: 95022ceeb0a86c8b18515a947cbf6211806c4454
      https://github.com/acassen/keepalived/commit/95022ceeb0a86c8b18515a947cbf6211806c4454
  Author: Quentin Armitage <[email protected]>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M keepalived/check/check_api.c
    M keepalived/check/check_daemon.c

  Log Message:
  -----------
  Make -a option work without ha_suspend

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 5d98b7b69fcbba84fa69e5b5e9a019bfbcb76e8b
      https://github.com/acassen/keepalived/commit/5d98b7b69fcbba84fa69e5b5e9a019bfbcb76e8b
  Author: Yann E. MORIN <[email protected]>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M keepalived/include/ip_vs.h

  Log Message:
  -----------
  keepalived/ip_vs: fix integer types

The correct, standard integer types are uint8_t and uint16_t, not
u_int8_t nor u_int16_t (the latter being kernel types).

glibc and uClibc may define the kernel-compatible types, but musl (which
is standards-compliant) does not.

Signed-off-by: "Yann E. MORIN" <[email protected]>


  Commit: 269a828ec0cf16b31c1d5d192234efe6dedb5c37
      https://github.com/acassen/keepalived/commit/269a828ec0cf16b31c1d5d192234efe6dedb5c37
  Author: Quentin Armitage <[email protected]>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M keepalived/check/check_snmp.c
    M keepalived/check/ipvswrapper.c

  Log Message:
  -----------
  Change remaining u_int32_t to uint32_t

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: e4bd071797250f996193fd9b6c3e30ffe5896410
      https://github.com/acassen/keepalived/commit/e4bd071797250f996193fd9b6c3e30ffe5896410
  Author: Quentin Armitage <[email protected]>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M keepalived/core/keepalived_netlink.c

  Log Message:
  -----------
  Fix warning when compiling without libnl

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: b60efdc658ced768433b5ab09545bafa9e5f0fa2
      https://github.com/acassen/keepalived/commit/b60efdc658ced768433b5ab09545bafa9e5f0fa2
  Author: Quentin Armitage <[email protected]>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M keepalived/core/keepalived_netlink.c

  Log Message:
  -----------
  Fix commit e4bd071

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 53f7e766abb198b1c23273d2dadc9641055a8e44
      https://github.com/acassen/keepalived/commit/53f7e766abb198b1c23273d2dadc9641055a8e44
  Author: Quentin Armitage <[email protected]>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M keepalived/check/check_api.c
    M keepalived/check/check_data.c
    M keepalived/check/check_dns.c
    M keepalived/check/check_parser.c
    M keepalived/check/check_snmp.c
    M keepalived/check/ipvswrapper.c
    M keepalived/check/libipvs.c
    M keepalived/core/global_parser.c
    M keepalived/core/keepalived_netlink.c
    M keepalived/include/ip_vs.h
    M keepalived/include/ipvswrapper.h
    M keepalived/include/keepalived_netlink.h
    M keepalived/include/vrrp.h
    M keepalived/include/vrrp_if.h
    M keepalived/include/vrrp_iproute.h
    M keepalived/include/vrrp_iprule.h
    M keepalived/include/vrrp_iptables_calls.h
    M keepalived/vrrp/vrrp.c
    M keepalived/vrrp/vrrp_dbus.c
    M keepalived/vrrp/vrrp_if.c
    M keepalived/vrrp/vrrp_if_config.c
    M keepalived/vrrp/vrrp_ip_rule_route_parser.c
    M keepalived/vrrp/vrrp_iproute.c
    M keepalived/vrrp/vrrp_iprule.c
    M keepalived/vrrp/vrrp_iptables.c
    M keepalived/vrrp/vrrp_iptables_calls.c
    M keepalived/vrrp/vrrp_ndisc.c
    M keepalived/vrrp/vrrp_parser.c
    M keepalived/vrrp/vrrp_scheduler.c
    M keepalived/vrrp/vrrp_snmp.c
    M keepalived/vrrp/vrrp_vmac.c
    M lib/rttables.c
    M lib/rttables.h
    M lib/utils.c

  Log Message:
  -----------
  Add including <stdint.h> where those types are used

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 40ce9c7d706f5a27b4fc80617ef759fae1cad10a
      https://github.com/acassen/keepalived/commit/40ce9c7d706f5a27b4fc80617ef759fae1cad10a
  Author: pqarmitage <[email protected]>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M keepalived/check/check_api.c
    M keepalived/check/check_daemon.c
    M keepalived/check/check_data.c
    M keepalived/check/check_dns.c
    M keepalived/check/check_parser.c
    M keepalived/check/check_snmp.c
    M keepalived/check/ipvswrapper.c
    M keepalived/check/libipvs.c
    M keepalived/core/global_parser.c
    M keepalived/core/keepalived_netlink.c
    M keepalived/include/ip_vs.h
    M keepalived/include/ipvswrapper.h
    M keepalived/include/keepalived_netlink.h
    M keepalived/include/vrrp.h
    M keepalived/include/vrrp_if.h
    M keepalived/include/vrrp_iproute.h
    M keepalived/include/vrrp_iprule.h
    M keepalived/include/vrrp_iptables_calls.h
    M keepalived/vrrp/vrrp.c
    M keepalived/vrrp/vrrp_dbus.c
    M keepalived/vrrp/vrrp_if.c
    M keepalived/vrrp/vrrp_if_config.c
    M keepalived/vrrp/vrrp_ip_rule_route_parser.c
    M keepalived/vrrp/vrrp_iproute.c
    M keepalived/vrrp/vrrp_iprule.c
    M keepalived/vrrp/vrrp_iptables.c
    M keepalived/vrrp/vrrp_iptables_calls.c
    M keepalived/vrrp/vrrp_ndisc.c
    M keepalived/vrrp/vrrp_parser.c
    M keepalived/vrrp/vrrp_scheduler.c
    M keepalived/vrrp/vrrp_snmp.c
    M keepalived/vrrp/vrrp_vmac.c
    M lib/rttables.c
    M lib/rttables.h
    M lib/utils.c

  Log Message:
  -----------
  Merge pull request #541 from pqarmitage/fixes

Incorporate changes requested in pull request #540


Compare: https://github.com/acassen/keepalived/compare/1ab765567959...40ce9c7d706f

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford

_______________________________________________
Keepalived-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/keepalived-devel