[acassen/keepalived] 92b87d: Write assert() messages to syslog

pqarmitage <[email protected]> Wed, 03 Jan 2018 17:13:17 -0800
Newsgroups gmane.linux.keepalived.devel
Message-ID <5a4d7fad5cbec_396b2ab992befc00125bd@hookshot-fe-265448d.cp1-iad.github.net.mail>
  Branch: refs/heads/beta
  Home:   https://github.com/acassen/keepalived
  Commit: 92b87dcbf521103233ff324e382069040fea69a5
      https://github.com/acassen/keepalived/commit/92b87dcbf521103233ff324e382069040fea69a5
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M lib/Makefile.am
    M lib/Makefile.in
    A lib/assert.c

  Log Message:
  -----------
  Write assert() messages to syslog

assert()s are nasty things, but at least let's get the benefit of
them, and write the messages to syslog, rather than losing them down
stderr.

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


  Commit: 35a213da3134b9fb883ef43afee814aa4fb133bc
      https://github.com/acassen/keepalived/commit/35a213da3134b9fb883ef43afee814aa4fb133bc
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-03 (Wed, 03 Jan 2018)

  Changed paths:
    M lib/Makefile.am
    M lib/Makefile.in
    A lib/assert.c

  Log Message:
  -----------
  Merge branch 'fixes' into beta


  Commit: 3e0274f3736577c7d8cfdf91f4d499aa9098408c
      https://github.com/acassen/keepalived/commit/3e0274f3736577c7d8cfdf91f4d499aa9098408c
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    M doc/keepalived.conf.SYNOPSIS
    M doc/man/man5/keepalived.conf.5
    M keepalived/bfd/bfd_daemon.c
    M keepalived/bfd/bfd_data.c
    M keepalived/bfd/bfd_event.c
    M keepalived/bfd/bfd_parser.c
    M keepalived/check/Makefile.am
    M keepalived/check/Makefile.in
    M keepalived/check/check_api.c
    A keepalived/check/check_bfd.c
    M keepalived/check/check_daemon.c
    M keepalived/check/check_data.c
    M keepalived/check/check_parser.c
    M keepalived/core/main.c
    M keepalived/include/bfd.h
    M keepalived/include/bfd_daemon.h
    M keepalived/include/bfd_data.h
    M keepalived/include/check_api.h
    A keepalived/include/check_bfd.h
    M keepalived/include/check_data.h
    M keepalived/include/vrrp.h
    M keepalived/include/vrrp_track.h
    M keepalived/vrrp/vrrp.c
    M keepalived/vrrp/vrrp_daemon.c
    M keepalived/vrrp/vrrp_data.c
    M keepalived/vrrp/vrrp_scheduler.c
    M keepalived/vrrp/vrrp_track.c
    M lib/utils.c
    M lib/utils.h

  Log Message:
  -----------
  Add checker BFD_CHECK

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


  Commit: 2170a651e4e49783290e051805b2daf87f9c0a79
      https://github.com/acassen/keepalived/commit/2170a651e4e49783290e051805b2daf87f9c0a79
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

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

  Log Message:
  -----------
  Fix problems identified by Travis-CI

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


  Commit: dc52bff24cbefb640d9d0ec4124767f911396ed4
      https://github.com/acassen/keepalived/commit/dc52bff24cbefb640d9d0ec4124767f911396ed4
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    M keepalived/bfd/bfd_daemon.c
    M keepalived/bfd/bfd_event.c

  Log Message:
  -----------
  Fix further issues identified by Travis-CI

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


  Commit: 9014b6831c2c89988c1afa53ad21e681f89651c3
      https://github.com/acassen/keepalived/commit/9014b6831c2c89988c1afa53ad21e681f89651c3
  Author: pqarmitage <[email protected]>
  Date:   2018-01-04 (Thu, 04 Jan 2018)

  Changed paths:
    M doc/keepalived.conf.SYNOPSIS
    M doc/man/man5/keepalived.conf.5
    M keepalived/bfd/bfd_daemon.c
    M keepalived/bfd/bfd_data.c
    M keepalived/bfd/bfd_event.c
    M keepalived/bfd/bfd_parser.c
    M keepalived/check/Makefile.am
    M keepalived/check/Makefile.in
    M keepalived/check/check_api.c
    A keepalived/check/check_bfd.c
    M keepalived/check/check_daemon.c
    M keepalived/check/check_data.c
    M keepalived/check/check_parser.c
    M keepalived/core/main.c
    M keepalived/include/bfd.h
    M keepalived/include/bfd_daemon.h
    M keepalived/include/bfd_data.h
    M keepalived/include/check_api.h
    A keepalived/include/check_bfd.h
    M keepalived/include/check_data.h
    M keepalived/include/vrrp.h
    M keepalived/include/vrrp_track.h
    M keepalived/vrrp/vrrp.c
    M keepalived/vrrp/vrrp_daemon.c
    M keepalived/vrrp/vrrp_data.c
    M keepalived/vrrp/vrrp_scheduler.c
    M keepalived/vrrp/vrrp_track.c
    M lib/Makefile.am
    M lib/Makefile.in
    A lib/assert.c
    M lib/utils.c
    M lib/utils.h

  Log Message:
  -----------
  Merge pull request #735 from pqarmitage/beta

Add IPVS checker BFD_CHECK


Compare: https://github.com/acassen/keepalived/compare/1f46d7206c6a...9014b6831c2c

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

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