]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
6 years ago[307-packetqueue-interface-clean-up] Fixed alpha order 307-packetqueue-interface-clean-up
Francis Dupont [Tue, 4 Dec 2018 13:01:25 +0000 (14:01 +0100)] 
[307-packetqueue-interface-clean-up] Fixed alpha order

6 years ago[#307,!150] Packetqueue-interface-clean-up
Thomas Markwalder [Mon, 3 Dec 2018 14:28:56 +0000 (09:28 -0500)] 
[#307,!150] Packetqueue-interface-clean-up

 PacketQueue now queues lists of packets

    src/lib/dhcp/Makefile.am
        Added packt_queue_ring.h

    src/lib/dhcp/iface_mgr.*
        IfaceMgr::receiveDHCP4Packets()
        IfaceMgr::receiveDHCP6Packets() - modified to queue a list of packets

        IfaceMgr::receiveDHCP6Packet() - modified to return packet rather than
        queue it

    src/lib/dhcp/packet_queue.h
        PacketQueue<>
            - replaced enqueuePacket() with enqueuePackets() and is
            now pure virtual
            - dequeuePacket() is now pure virtual
            - Removed pop, push, peek methods

        Moved All PackeQueueRing<> code into new header

    src/lib/dhcp/packet_queue_ring.h
        New header which contains PacketQueueRing<> and derivations

6 years ago[packet-queue-queue-by-list] PacketQueue now queues lists of packets packet-queue-queue-by-list
Thomas Markwalder [Sat, 1 Dec 2018 18:59:05 +0000 (13:59 -0500)] 
[packet-queue-queue-by-list] PacketQueue now queues lists of packets

src/lib/dhcp/Makefile.am
    Added packt_queue_ring.h

src/lib/dhcp/iface_mgr.*
    IfaceMgr::receiveDHCP4Packets()
    IfaceMgr::receiveDHCP6Packets() - modified to queue a list of packets

    IfaceMgr::receiveDHCP6Packet() - modified to return packet rather than
    queue it

src/lib/dhcp/packet_queue.h
    PacketQueue<>
        - replaced enqueuePacket() with enqueuePackets() and is
        now pure virtual
        - dequeuePacket() is now pure virtual
        - Removed pop, push, peek methods

    Moved All PackeQueueRing<> code into new header

src/lib/dhcp/packet_queue_ring.h
    New header which contains PacketQueueRing<> and derivations

6 years ago[306-distribute-yang-modules] Restored distribution of YANG modules 306-distribute-yang-modules
Francis Dupont [Fri, 30 Nov 2018 09:21:40 +0000 (10:21 +0100)] 
[306-distribute-yang-modules] Restored distribution of YANG modules

6 years ago[master] Do not install dhcp_ddns message file missed in previous change. 306-distribute-yang-modules_base
Marcin Siodelski [Thu, 29 Nov 2018 14:12:23 +0000 (15:12 +0100)] 
[master] Do not install dhcp_ddns message file missed in previous change.

6 years ago[master] Backing off installation of log message headers.
Marcin Siodelski [Thu, 29 Nov 2018 14:06:04 +0000 (15:06 +0100)] 
[master] Backing off installation of log message headers.

Installation of those headers breaks distcheck, which presumably looks
for the message compiler in a wrong location.

6 years ago[master] changes for 1.5.0-beta2 release
Wlodek Wencel [Thu, 29 Nov 2018 12:56:31 +0000 (13:56 +0100)] 
[master] changes for 1.5.0-beta2 release

6 years ago[master] Added a ChangeLog entry for netconf operations 284-need-dhcp6-example-for-netconf_base
Francis Dupont [Wed, 28 Nov 2018 22:09:54 +0000 (23:09 +0100)] 
[master] Added a ChangeLog entry for netconf operations

6 years ago[195-document-sample-netconf-operation] Moved operation examples in kea-dhcp6-operati... 195-document-sample-netconf-operation
Francis Dupont [Wed, 28 Nov 2018 21:54:14 +0000 (22:54 +0100)] 
[195-document-sample-netconf-operation] Moved operation examples in kea-dhcp6-operations subdir

6 years ago[#195,!131] Applied changes to the NETCONF step by step.
Marcin Siodelski [Wed, 28 Nov 2018 18:45:28 +0000 (19:45 +0100)] 
[#195,!131] Applied changes to the NETCONF step by step.

As a result of review.

6 years ago[195-document-sample-netconf-operation] Fixed twosubnets example
Francis Dupont [Thu, 22 Nov 2018 15:12:59 +0000 (16:12 +0100)] 
[195-document-sample-netconf-operation] Fixed twosubnets example

6 years ago[195-document-sample-netconf-operation] Final changes
Francis Dupont [Thu, 22 Nov 2018 10:28:57 +0000 (11:28 +0100)] 
[195-document-sample-netconf-operation] Final changes

6 years ago[195-document-sample-netconf-operation] Added operation examples
Francis Dupont [Thu, 22 Nov 2018 08:50:08 +0000 (09:50 +0100)] 
[195-document-sample-netconf-operation] Added operation examples

6 years ago[#293,!45] ChangeLog updated 293-add-coroutine-h-back
Tomek Mrugalski [Wed, 28 Nov 2018 20:12:15 +0000 (21:12 +0100)] 
[#293,!45] ChangeLog updated

6 years ago[#293,!45] Addressed review comments:
Tomek Mrugalski [Wed, 28 Nov 2018 19:56:46 +0000 (20:56 +0100)] 
[#293,!45] Addressed review comments:

 - added explanation comments to io_fetch.h and io_asio_socket.h

6 years ago[#293,!45] HAVE_BOOST_ASIO_COROUTINE_HPP const is now set properly.
Tomek Mrugalski [Wed, 28 Nov 2018 19:44:25 +0000 (20:44 +0100)] 
[#293,!45] HAVE_BOOST_ASIO_COROUTINE_HPP const is now set properly.

6 years ago[#293,!45] README added
Tomek Mrugalski [Wed, 28 Nov 2018 19:33:56 +0000 (20:33 +0100)] 
[#293,!45] README added

6 years ago[#293,!45] Add coroutine.hpp back to the kea sources
Tomek Mrugalski [Wed, 28 Nov 2018 16:52:00 +0000 (17:52 +0100)] 
[#293,!45] Add coroutine.hpp back to the kea sources

6 years ago[#293,!145] ext/coroutine/Makefile added in configure.ac
Tomek Mrugalski [Wed, 28 Nov 2018 14:41:59 +0000 (15:41 +0100)] 
[#293,!145] ext/coroutine/Makefile added in configure.ac

6 years ago[master] Fixed minor valgrind complaint in Linux packet filter
Thomas Markwalder [Wed, 28 Nov 2018 16:51:29 +0000 (11:51 -0500)] 
[master] Fixed minor valgrind complaint in Linux packet filter

src/lib/dhcp/pkt_filter_lpf.cc
    PktFilterLPF::send() - added memest of sockaddr_ll struct

6 years ago[master] Added ChangeLog for #62.
Marcin Siodelski [Wed, 28 Nov 2018 16:40:02 +0000 (17:40 +0100)] 
[master] Added ChangeLog for #62.

6 years ago[#62,!144] Added some still missing header files.
Marcin Siodelski [Wed, 28 Nov 2018 14:37:43 +0000 (15:37 +0100)] 
[#62,!144] Added some still missing header files.

As a result of review.

6 years ago[62-missing-header-files-in-installation-directories] Added missing newline
Francis Dupont [Wed, 28 Nov 2018 13:20:01 +0000 (14:20 +0100)] 
[62-missing-header-files-in-installation-directories] Added missing newline

6 years ago[#62,!144] Added netconf_tests.sh to gitignore.
Marcin Siodelski [Wed, 28 Nov 2018 13:09:22 +0000 (14:09 +0100)] 
[#62,!144] Added netconf_tests.sh to gitignore.

6 years ago[#62,!144] Bumped up library version numbers for Kea 1.5.0 beta2 release.
Marcin Siodelski [Wed, 28 Nov 2018 13:03:37 +0000 (14:03 +0100)] 
[#62,!144] Bumped up library version numbers for Kea 1.5.0 beta2 release.

6 years ago[#62,!144] Install Kea log message header files.
Marcin Siodelski [Wed, 28 Nov 2018 12:28:11 +0000 (13:28 +0100)] 
[#62,!144] Install Kea log message header files.

6 years ago[178-fix-shell-tests] Replaced python litteral by detected python 178-fix-shell-tests
Francis Dupont [Sun, 21 Oct 2018 10:40:32 +0000 (12:40 +0200)] 
[178-fix-shell-tests] Replaced python litteral by detected python

6 years ago[master] Added ChangeLog entry for #27.
Marcin Siodelski [Wed, 28 Nov 2018 09:21:43 +0000 (10:21 +0100)] 
[master] Added ChangeLog entry for #27.

6 years ago[#27,!138] Guard against null host in cql host data source.
Marcin Siodelski [Tue, 27 Nov 2018 21:00:38 +0000 (22:00 +0100)] 
[#27,!138] Guard against null host in cql host data source.

6 years ago[#27,!138] Fixed assertion in CQL Host Manager.
Marcin Siodelski [Mon, 26 Nov 2018 17:00:01 +0000 (18:00 +0100)] 
[#27,!138] Fixed assertion in CQL Host Manager.

6 years ago[master] Added ChangeLog entry for global reservation examples
Francis Dupont [Tue, 27 Nov 2018 21:41:43 +0000 (22:41 +0100)] 
[master] Added ChangeLog entry for global reservation examples

6 years ago[#136,!143] Added global-reservation.json to Makefile.am 136-add-global-host-reservation-examples
Marcin Siodelski [Tue, 27 Nov 2018 19:08:46 +0000 (20:08 +0100)] 
[#136,!143] Added global-reservation.json to Makefile.am

6 years ago[#136,!143] Updated global-reservations.json
Marcin Siodelski [Tue, 27 Nov 2018 18:02:25 +0000 (19:02 +0100)] 
[#136,!143] Updated global-reservations.json

As a result of review. Improved header comment, indentation and some other
comments.

6 years ago[136-add-global-host-reservation-examples] Added (and used to find and fix a bug...
Francis Dupont [Tue, 27 Nov 2018 15:02:44 +0000 (16:02 +0100)] 
[136-add-global-host-reservation-examples] Added (and used to find and fix a bug) global reservation examples

6 years ago[136-add-global-host-reservation-examples] Removed extra spaces at end of line
Francis Dupont [Tue, 27 Nov 2018 14:25:26 +0000 (15:25 +0100)] 
[136-add-global-host-reservation-examples] Removed extra spaces at end of line

6 years ago[#229,!140] option-def is not accepted in class parser for v6 case.
Marcin Siodelski [Tue, 27 Nov 2018 20:30:53 +0000 (21:30 +0100)] 
[#229,!140] option-def is not accepted in class parser for v6 case.

Per review comment.

6 years ago[#229,!140] Class parser can now check if all parameters are recognized.
Marcin Siodelski [Tue, 27 Nov 2018 12:19:24 +0000 (13:19 +0100)] 
[#229,!140] Class parser can now check if all parameters are recognized.

6 years ago[master] Added Changelog for #85.
Marcin Siodelski [Tue, 27 Nov 2018 15:26:44 +0000 (16:26 +0100)] 
[master] Added Changelog for #85.

6 years ago[#85,!142] Did some minor wordsmithing.
Thomas Markwalder [Tue, 27 Nov 2018 14:24:02 +0000 (09:24 -0500)] 
[#85,!142] Did some minor wordsmithing.

6 years ago[#85,!142] Added stat_cmds to the list of available hooks.
Marcin Siodelski [Tue, 27 Nov 2018 13:40:34 +0000 (14:40 +0100)] 
[#85,!142] Added stat_cmds to the list of available hooks.

6 years ago[master] Regen flex/bison (with bison 3.2.2) 136-add-global-host-reservation-examples_base
Francis Dupont [Tue, 27 Nov 2018 13:45:23 +0000 (13:45 +0000)] 
[master] Regen flex/bison (with bison 3.2.2)

6 years ago[#275, !130] reverted unnecessary changes in .hh files 275-config-control-syntax-cleanup
Tomek Mrugalski [Tue, 27 Nov 2018 12:39:03 +0000 (13:39 +0100)] 
[#275, !130] reverted unnecessary changes in .hh files

6 years ago[#275, !130] Regen flex/bison
Francis Dupont [Mon, 26 Nov 2018 15:33:39 +0000 (15:33 +0000)] 
[#275, !130] Regen flex/bison

6 years ago[275-config-control-syntax-cleanup] Fixed config-control syntax
Francis Dupont [Tue, 20 Nov 2018 13:28:58 +0000 (14:28 +0100)] 
[275-config-control-syntax-cleanup] Fixed config-control syntax

6 years ago[75-radius-documentation-needs-an-update] Resolved merge conflict 75-radius-documentation-needs-an-update
Francis Dupont [Tue, 27 Nov 2018 12:04:22 +0000 (13:04 +0100)] 
[75-radius-documentation-needs-an-update] Resolved merge conflict

6 years agoRevert "add admin.xml to create another docs page" 75-radius-documentation-needs-an-update_base
Vicky Risk [Mon, 26 Nov 2018 22:53:53 +0000 (17:53 -0500)] 
Revert "add admin.xml to create another docs page"

This reverts commit 5e1d852b6413694522918204ef9c172c927308d5

6 years agoadd admin.xml to create another docs page
Vicky Risk [Mon, 26 Nov 2018 22:48:50 +0000 (17:48 -0500)] 
add admin.xml to create another docs page

6 years ago[#158,!136] Added ability to remove all hosts for subnet id.
Marcin Siodelski [Fri, 23 Nov 2018 08:43:14 +0000 (09:43 +0100)] 
[#158,!136] Added ability to remove all hosts for subnet id.

6 years ago[master] Added ChangeLog entry for #263.
Marcin Siodelski [Mon, 26 Nov 2018 20:18:48 +0000 (21:18 +0100)] 
[master] Added ChangeLog entry for #263.

6 years ago[263-changes-that-came-out-during-sanity-checks-of-1-5-0-beta-and-should-be-applied...
Francis Dupont [Mon, 26 Nov 2018 15:24:01 +0000 (16:24 +0100)] 
[263-changes-that-came-out-during-sanity-checks-of-1-5-0-beta-and-should-be-applied-before-1-5-0] Added more items in AUTHOR and a space between URL and final dot

6 years ago[#263,!137] Updated link to kea-messages in tools/system_messages.cc
Marcin Siodelski [Mon, 26 Nov 2018 11:42:41 +0000 (12:42 +0100)] 
[#263,!137] Updated link to kea-messages in tools/system_messages.cc

6 years ago[#263,!137] Reference kea-messages.html generated by Jenkins.
Marcin Siodelski [Mon, 26 Nov 2018 11:37:10 +0000 (12:37 +0100)] 
[#263,!137] Reference kea-messages.html generated by Jenkins.

6 years ago[#263,!137] Man pages point to the KB for User's guide.
Marcin Siodelski [Mon, 26 Nov 2018 11:34:01 +0000 (12:34 +0100)] 
[#263,!137] Man pages point to the KB for User's guide.

6 years ago[#263,!137] Added netconf to AUTHORS and README.
Marcin Siodelski [Mon, 26 Nov 2018 10:43:35 +0000 (11:43 +0100)] 
[#263,!137] Added netconf to AUTHORS and README.

6 years ago[#263,!137] Removed extranoeus characters in Kea User's guide intro.
Marcin Siodelski [Mon, 26 Nov 2018 10:29:00 +0000 (11:29 +0100)] 
[#263,!137] Removed extranoeus characters in Kea User's guide intro.

6 years ago[#263,!137] Change links to gitlab where possible.
Marcin Siodelski [Mon, 26 Nov 2018 10:25:06 +0000 (11:25 +0100)] 
[#263,!137] Change links to gitlab where possible.

6 years ago[master] Added ChangeLog 1486.
Thomas Markwalder [Mon, 26 Nov 2018 19:49:08 +0000 (14:49 -0500)] 
[master] Added ChangeLog 1486.

6 years agoMerge branch 'master' of gitlab.isc.org:isc-projects/kea
Thomas Markwalder [Mon, 26 Nov 2018 19:46:07 +0000 (14:46 -0500)] 
Merge branch 'master' of gitlab.isc.org:isc-projects/kea

6 years ago[master] Congestion Handling enabled by default for Beta 2
Thomas Markwalder [Mon, 26 Nov 2018 19:42:57 +0000 (14:42 -0500)] 
[master]  Congestion Handling enabled by default for Beta 2

    Merges in !132.

6 years ago[#276,!132] Congestion Handling enabled by default for Beta 2
Thomas Markwalder [Mon, 26 Nov 2018 19:42:57 +0000 (14:42 -0500)] 
[#276,!132]  Congestion Handling enabled by default for Beta 2

6 years ago[177-serialize-netconf-tests] Added missing shtests 177-serialize-netconf-tests
Francis Dupont [Mon, 26 Nov 2018 13:44:49 +0000 (14:44 +0100)] 
[177-serialize-netconf-tests] Added missing shtests

6 years ago[177-serialize-netconf-tests] Moved shell tests into tests/shtests
Francis Dupont [Thu, 22 Nov 2018 14:22:12 +0000 (15:22 +0100)] 
[177-serialize-netconf-tests] Moved shell tests into tests/shtests

6 years ago[master] Updated ChangeLog for #204, !97
Francis Dupont [Mon, 26 Nov 2018 13:19:29 +0000 (14:19 +0100)] 
[master] Updated ChangeLog for #204, !97

6 years ago[65-libyang-simplify-update-models] Minor corrections in the netconf guide. 65-libyang-simplify-update-models
Marcin Siodelski [Mon, 26 Nov 2018 12:51:03 +0000 (13:51 +0100)] 
[65-libyang-simplify-update-models] Minor corrections in the netconf guide.

6 years ago[65-libyang-simplify-update-models] Tried to address comments
Francis Dupont [Sat, 24 Nov 2018 14:43:32 +0000 (15:43 +0100)] 
[65-libyang-simplify-update-models] Tried to address comments

6 years ago[#276,!132] Addressed review comments 276-congestion-handling-should-be-enabled-by-default-for-beta2
Thomas Markwalder [Fri, 23 Nov 2018 16:51:43 +0000 (11:51 -0500)] 
[#276,!132] Addressed review comments

    Doc clean up.

6 years ago[65-libyang-simplify-update-models] Removed distribution of moved module files
Francis Dupont [Thu, 22 Nov 2018 14:49:11 +0000 (15:49 +0100)] 
[65-libyang-simplify-update-models] Removed distribution of moved module files

6 years ago[65-libyang-simplify-update-models] Updated all-keys (added enable-queue)
Francis Dupont [Thu, 22 Nov 2018 14:41:25 +0000 (15:41 +0100)] 
[65-libyang-simplify-update-models] Updated all-keys (added enable-queue)

6 years ago[65-libyang-simplify-update-models] Added global reservation-mode
Francis Dupont [Tue, 20 Nov 2018 17:09:00 +0000 (18:09 +0100)] 
[65-libyang-simplify-update-models] Added global reservation-mode

6 years ago[65-libyang-simplify-update-models] Moved loggers
Francis Dupont [Tue, 20 Nov 2018 15:56:06 +0000 (16:56 +0100)] 
[65-libyang-simplify-update-models] Moved loggers

6 years ago[65-libyang-simplify-update-models] Removes always-include-fqdn
Francis Dupont [Tue, 20 Nov 2018 14:35:18 +0000 (15:35 +0100)] 
[65-libyang-simplify-update-models] Removes always-include-fqdn

6 years ago[65-libyang-simplify-update-models] Revert dhcp[46] syntax fixes
Francis Dupont [Tue, 20 Nov 2018 13:19:36 +0000 (14:19 +0100)] 
[65-libyang-simplify-update-models] Revert dhcp[46] syntax fixes

6 years ago[65-libyang-simplify-update-models] Revamped list methods: only [gs]etDatabases needs...
Francis Dupont [Tue, 20 Nov 2018 10:06:23 +0000 (11:06 +0100)] 
[65-libyang-simplify-update-models] Revamped list methods: only [gs]etDatabases needs the list name

6 years ago[65-libyang-simplify-update-models] Updated netconf tests
Francis Dupont [Tue, 20 Nov 2018 03:34:17 +0000 (04:34 +0100)] 
[65-libyang-simplify-update-models] Updated netconf tests

6 years ago[65-libyang-simplify-update-models] Removed all extra containers
Francis Dupont [Tue, 20 Nov 2018 02:56:02 +0000 (03:56 +0100)] 
[65-libyang-simplify-update-models] Removed all extra containers

6 years ago[65-libyang-simplify-update-models] Checkpoint: removed option-data-list (more to...
Francis Dupont [Mon, 19 Nov 2018 18:33:32 +0000 (19:33 +0100)] 
[65-libyang-simplify-update-models] Checkpoint: removed option-data-list (more to come)

6 years ago[65-libyang-simplify-update-models] Less defaults
Francis Dupont [Mon, 19 Nov 2018 18:28:28 +0000 (19:28 +0100)] 
[65-libyang-simplify-update-models] Less defaults

6 years ago[65-libyang-simplify-update-models] Added new entries - fixed syntax
Francis Dupont [Mon, 19 Nov 2018 17:52:29 +0000 (18:52 +0100)] 
[65-libyang-simplify-update-models] Added new entries - fixed syntax

6 years ago[65-libyang-simplify-update-models] Removed defaults
Francis Dupont [Mon, 19 Nov 2018 16:14:02 +0000 (17:14 +0100)] 
[65-libyang-simplify-update-models] Removed defaults

6 years ago[65-libyang-simplify-update-models] Implemented authoritative
Francis Dupont [Mon, 19 Nov 2018 15:55:03 +0000 (16:55 +0100)] 
[65-libyang-simplify-update-models] Implemented authoritative

6 years ago[master] Added ChangeLog for #53. 177-serialize-netconf-tests_base
Marcin Siodelski [Wed, 21 Nov 2018 20:46:49 +0000 (21:46 +0100)] 
[master] Added ChangeLog for #53.

6 years ago[#276,!132] Changed dhcp-queue-control.enable-queue to default to true
Thomas Markwalder [Wed, 21 Nov 2018 20:18:56 +0000 (15:18 -0500)] 
[#276,!132] Changed dhcp-queue-control.enable-queue to default to true

6 years ago[#53,!125] Mysql buffer always initialized for HW address in v6.
Marcin Siodelski [Fri, 16 Nov 2018 19:27:21 +0000 (20:27 +0100)] 
[#53,!125] Mysql buffer always initialized for HW address in v6.

6 years ago[#53,!125] Reverted previous test change after fixing the mgr code.
Marcin Siodelski [Fri, 16 Nov 2018 18:34:07 +0000 (19:34 +0100)] 
[#53,!125] Reverted previous test change after fixing the mgr code.

6 years ago[#53,!125] Ensure that the HW address and client id buffers are non-zero.
Marcin Siodelski [Fri, 16 Nov 2018 18:30:27 +0000 (19:30 +0100)] 
[#53,!125] Ensure that the HW address and client id buffers are non-zero.

6 years ago[#53,!125] Ensure that the MySQL buffer size is greater than 0.
Marcin Siodelski [Fri, 16 Nov 2018 18:07:47 +0000 (19:07 +0100)] 
[#53,!125] Ensure that the MySQL buffer size is greater than 0.

6 years ago[#53,!125] Added workaround in the mysql empty-hwaddr test for MariaDB.
Marcin Siodelski [Fri, 16 Nov 2018 12:32:10 +0000 (13:32 +0100)] 
[#53,!125] Added workaround in the mysql empty-hwaddr test for MariaDB.

6 years ago[#53,!125] Set null buffer in mysql if the hwaddr, client id is empty.
Marcin Siodelski [Fri, 16 Nov 2018 12:05:36 +0000 (13:05 +0100)] 
[#53,!125] Set null buffer in mysql if the hwaddr, client id is empty.

6 years ago[#53,!125] Use MYSQL_TYPE_STRING instead of MYSQL_TYPE_VARCHAR.
Marcin Siodelski [Fri, 16 Nov 2018 10:58:35 +0000 (11:58 +0100)] 
[#53,!125] Use MYSQL_TYPE_STRING instead of MYSQL_TYPE_VARCHAR.

The latter causes 'buffer type not supported' errors on OpenSUSE and
perhaps some other systems running MariaDB.

6 years ago[master] Regen flex/bison
Francis Dupont [Tue, 20 Nov 2018 22:58:30 +0000 (22:58 +0000)] 
[master] Regen flex/bison

6 years ago[master] Added ChangeLog entry 1483.
Thomas Markwalder [Tue, 20 Nov 2018 19:53:08 +0000 (14:53 -0500)] 
[master] Added ChangeLog entry 1483.

6 years ago[master] Remerged into merge of !120
Thomas Markwalder [Tue, 20 Nov 2018 19:48:44 +0000 (14:48 -0500)] 
[master] Remerged into merge of !120

6 years ago[master] Use of threaded/packet-queue (i.e. Congestion handling) is now configurable
Thomas Markwalder [Tue, 20 Nov 2018 19:46:03 +0000 (14:46 -0500)] 
[master] Use of threaded/packet-queue (i.e. Congestion handling) is now configurable

    Merges in #260,!120

6 years ago[#260,!120] More post-rebase changes 260-follow-up-from-wip-resolve-congestion-handling-add-receive-thread-and-packet-queue
Thomas Markwalder [Tue, 20 Nov 2018 19:28:39 +0000 (14:28 -0500)] 
[#260,!120] More post-rebase changes

modified:   src/bin/dhcp4/dhcp4_messages.mes
    modified:   src/bin/dhcp4/tests/config_parser_unittest.cc
    modified:   src/bin/dhcp4/tests/get_config_unittest.cc
    modified:   src/bin/dhcp6/tests/get_config_unittest.cc

6 years agoUpdate lfc.dox
Vicky Risk [Tue, 20 Nov 2018 19:09:33 +0000 (14:09 -0500)] 
Update lfc.dox

6 years ago[#260,!120] Nap longer - missed in previous commit.
Marcin Siodelski [Tue, 20 Nov 2018 17:13:19 +0000 (18:13 +0100)] 
[#260,!120] Nap longer - missed in previous commit.

6 years ago[#260,!120] Further changes in watched_thread tests to avoid races.
Marcin Siodelski [Tue, 20 Nov 2018 16:42:33 +0000 (17:42 +0100)] 
[#260,!120] Further changes in watched_thread tests to avoid races.

6 years ago[#260,!120] Minor fixes as a result of review.
Marcin Siodelski [Tue, 20 Nov 2018 16:24:15 +0000 (17:24 +0100)] 
[#260,!120] Minor fixes as a result of review.

6 years ago[#260,!120] Addressed more review comments
Thomas Markwalder [Tue, 20 Nov 2018 15:35:56 +0000 (10:35 -0500)] 
[#260,!120] Addressed more review comments

    Removed RCV_ prefix from WatchedThread::WatchtType members
    Scrubbed WatchedThread source for lingering packet/receiver comments
    Adjusted test wait times

6 years ago[#260,!120] As it didn't compile for me, I fixed dependencies in Makefile.am
Marcin Siodelski [Tue, 20 Nov 2018 14:21:57 +0000 (15:21 +0100)] 
[#260,!120] As it didn't compile for me, I fixed dependencies in Makefile.am