]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
6 years ago[#526,!269] Final review changes 526-improve-mysql-unit-test-time
Thomas Markwalder [Tue, 12 Mar 2019 18:55:17 +0000 (14:55 -0400)] 
[#526,!269] Final review changes

6 years ago[#526,!269] Updated developer's guide.
Thomas Markwalder [Tue, 12 Mar 2019 17:01:24 +0000 (13:01 -0400)] 
[#526,!269] Updated developer's guide.

    doc/devel/unit-tests.dox - added
    discussion of the env var.

6 years ago[#526,!269] More clean up
Thomas Markwalder [Tue, 12 Mar 2019 15:52:37 +0000 (11:52 -0400)] 
[#526,!269] More clean up

    General clean up, changed CQL params to be same order as MySQL.

6 years ago[#526,!269] Added env var control and CQL symmetry
Thomas Markwalder [Tue, 12 Mar 2019 14:47:57 +0000 (10:47 -0400)] 
[#526,!269] Added env var control and CQL symmetry

Data wiping is on by default, for both MySQL and CQL
(not yet implemented for Postgresql) and but can be
overridden by KEA_TEST_DB_WIPE_DATA_ONLY.

src/lib/mysql/testutils/mysql_schema.*
    destroyMySQLSchema()
    createMySQLSchema() - added check of softWipeEnabled() to
    see if env var has turned it OFF.

Changed CQL to work the same way as MySQL:

src/share/database/scripts/cql
    wipe_data.sh.in - new file, replaces soft_wipe.cql

src/lib/cql/testutils/cql_schema.*
    destroyCqlSchema() - now destroys the schema
    if data wipe fails or is disabled

    createCqlSchema() - now drops/creates the schema
    if data wipe fails or is disabled.

    runCqlScript(() - added request-timeout to prevent
    timeout errors in slow environments

    wipeCqlData(bool show_err) - new function that
    attempts to run the wipe shell script

src/lib/dhcpsrv/tests/cql_lease_mgr_unittest.cc
    Removed now superflous destroyCqlSchema calls

6 years ago[#526,!269] Addressed more review comments
Thomas Markwalder [Mon, 11 Mar 2019 17:50:00 +0000 (13:50 -0400)] 
[#526,!269] Addressed more review comments

src/lib/cql/testutils/cql_schema.*
    Modified to use common softWipeEnabled(), which
    defaults to true

src/lib/database/testutils/schema.*
    bool softWipeEnabled() - new function that checks
    env varible to determine if DB data wiping is enabled
    (default is true/enabled)

src/lib/mysql/testutils/mysql_schema.*
    createMySQLSchema()
    destroyMySQLSchema()-  now softWipeEnabled() to allow
    data wiping to be turned on/off

src/share/database/scripts/mysql/wipe_data.sh.in
    Added better error messaging

several files:
    Removed extraneous calls to destroyMySQLSchema, added
    comments

6 years ago[#526,!269] - MySQL unit tests now wipe data, instead of schema
Thomas Markwalder [Fri, 8 Mar 2019 17:06:38 +0000 (12:06 -0500)] 
[#526,!269] - MySQL unit tests now wipe data, instead of schema

src/share/database/scripts/mysql/wipe_data.sh.in -
    New shell script which intelligently deletes data from
    the schema IF the schema version matches the expected version

src/lib/mysql/testutils/mysql_schema.*
    destroyMySQLSchema() - modfied to default to calling
    wipeData(), and only destroying the schema if that fails
    or by force flag = true;

    createMySQLSchema() - modified to default to calling
    wipeData(), and only recreating the schema if that
    fails or by force flag = true;

    wipeData() - new method which runs the
    MySQL wipe_data.sh shell script, passing in the expected
    schema version.

src/share/database/scripts/mysql/dhcpdb_create.mysql
    createAuditRevisionDHCP4()
    createAuditEntryDHCP4()
    createAuditRevisionDHCP6()
    createAuditEntryDHCP6() - added session variable,
    @disable_audit, to allow procedures to be "turned
    off" during data wiping.

src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_mgr_unittest.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc
src/lib/dhcpsrv/tests/cfg_db_access_unittest.cc
src/lib/dhcpsrv/tests/host_mgr_unittest.cc
src/lib/dhcpsrv/tests/mysql_host_data_source_unittest.cc
src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
    Removed calls to destroy schema from test constructors

6 years ago[499-global-keywords-entries] Added global parameter lists 499-global-keywords-entries 494-dhcp4configparser-sharednetworkssanitychecks-is-buggy_base 498-pkg-config-usage-in-kea-libs-is-wrong_base 509-improve-disabling-client-id-lookup_base 519-dhcp-server-response-an-empty-rai-field_base
Francis Dupont [Sat, 2 Mar 2019 02:12:59 +0000 (03:12 +0100)] 
[499-global-keywords-entries] Added global parameter lists

6 years ago[master] Added ChangeLog entry for #488.
Marcin Siodelski [Thu, 7 Mar 2019 13:51:45 +0000 (14:51 +0100)] 
[master] Added ChangeLog entry for #488.

6 years ago[#488,!259] Updated get_config_unittests for v4.
Marcin Siodelski [Wed, 6 Mar 2019 16:29:53 +0000 (17:29 +0100)] 
[#488,!259] Updated get_config_unittests for v4.

6 years ago[#488,!259] Parse siaddr, sname and boot-file-name in shared network parser.
Marcin Siodelski [Wed, 6 Mar 2019 15:47:00 +0000 (16:47 +0100)] 
[#488,!259] Parse siaddr, sname and boot-file-name in shared network parser.

6 years ago[#488,!259] Rename parameters in the base network parser.
Marcin Siodelski [Wed, 6 Mar 2019 15:44:29 +0000 (16:44 +0100)] 
[#488,!259] Rename parameters in the base network parser.

6 years ago[#488,!259] Test authoritative flag in MySQL CB.
Marcin Siodelski [Wed, 6 Mar 2019 15:44:07 +0000 (16:44 +0100)] 
[#488,!259] Test authoritative flag in MySQL CB.

6 years ago[#488,!259] Added support for boot file, next_server and sname to MySQL CB.
Marcin Siodelski [Wed, 6 Mar 2019 13:31:55 +0000 (14:31 +0100)] 
[#488,!259] Added support for boot file, next_server and sname to MySQL CB.

6 years ago[#488,!259] Added sname, next-server and boot-file-name to MySQL schema.
Marcin Siodelski [Wed, 6 Mar 2019 11:26:36 +0000 (12:26 +0100)] 
[#488,!259] Added sname, next-server and boot-file-name to MySQL schema.

6 years ago[#488,!259] Subnet's and Network's toElement do not output optionals.
Marcin Siodelski [Wed, 6 Mar 2019 11:15:04 +0000 (12:15 +0100)] 
[#488,!259] Subnet's and Network's toElement do not output optionals.

6 years ago[#488,!259] Extracted common parsing functions to a new class.
Marcin Siodelski [Wed, 6 Mar 2019 08:10:19 +0000 (09:10 +0100)] 
[#488,!259] Extracted common parsing functions to a new class.

6 years ago[#488,!259] Regenerated get_config_unittests for v4 and corrected issues.
Marcin Siodelski [Tue, 5 Mar 2019 19:43:24 +0000 (20:43 +0100)] 
[#488,!259] Regenerated get_config_unittests for v4 and corrected issues.

6 years ago[#488,!259] Correct unit tests failing after recent code updates.
Marcin Siodelski [Tue, 5 Mar 2019 11:03:45 +0000 (12:03 +0100)] 
[#488,!259] Correct unit tests failing after recent code updates.

6 years ago[#488,!259] Added support for authoritative flag in MySQL CB.
Marcin Siodelski [Mon, 4 Mar 2019 19:06:04 +0000 (20:06 +0100)] 
[#488,!259] Added support for authoritative flag in MySQL CB.

6 years ago[#488] Shared network parser stores parsed parameters in the object.
Marcin Siodelski [Mon, 4 Mar 2019 17:33:54 +0000 (18:33 +0100)] 
[#488] Shared network parser stores parsed parameters in the object.

6 years ago[#488] DHCP subnet and network parsers allow unspecified parameters.
Marcin Siodelski [Mon, 4 Mar 2019 11:02:39 +0000 (12:02 +0100)] 
[#488] DHCP subnet and network parsers allow unspecified parameters.

6 years ago[master] Removed trailing comma in the default kea-dhcp-ddns config. 465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook_base2
Marcin Siodelski [Thu, 7 Mar 2019 12:59:24 +0000 (13:59 +0100)] 
[master] Removed trailing comma in the default kea-dhcp-ddns config.

Okayed on jabber.

6 years agoimproved Sandbox class comments 357-unit-tests-create-too-long-socket-paths-that-are-not-allowed-by-unix-systems
Michal Nowikowski [Thu, 7 Mar 2019 11:18:03 +0000 (12:18 +0100)] 
improved Sandbox class comments

6 years agoremoved unnecessary includes
Michal Nowikowski [Thu, 7 Mar 2019 11:08:16 +0000 (12:08 +0100)] 
removed unnecessary includes

6 years ago[#357,!258] Added space after return.
Marcin Siodelski [Thu, 7 Mar 2019 10:52:08 +0000 (11:52 +0100)] 
[#357,!258] Added space after return.

6 years agoreplaced throwing exception in destructor with a trace and exit(1)
Michal Nowikowski [Thu, 7 Mar 2019 09:56:14 +0000 (10:56 +0100)] 
replaced throwing exception in destructor with a trace and exit(1)

6 years agochanges after review: updated comments and did other small improvements
Michal Nowikowski [Thu, 7 Mar 2019 09:30:08 +0000 (10:30 +0100)] 
changes after review: updated comments and did other small improvements

6 years agoChanged location of unit socket in unit tests
Michal Nowikowski [Tue, 5 Mar 2019 05:40:15 +0000 (06:40 +0100)] 
Changed location of unit socket in unit tests

Previously it was stored in TEST_DATA_BUILDDIR which resides inside repo sources.
Due to the fact that when repo was located in deep patch creating socket was
failing as max socket patch is about 100 characters. Now it is located
in temp folder managed by Sandbox class. The sandbox directory is created
in test constructor and deleted in destructor. As the temp directory
is in form /tmp/kea-XXXXXX the lnegth is always lower than 1000, so running
the unit tests never fails.

6 years ago[478-improve-error-message-database-backend-mysql] Reviewed changes and addressed... 478-improve-error-message-database-backend-mysql
Francis Dupont [Wed, 6 Mar 2019 20:24:38 +0000 (21:24 +0100)] 
[478-improve-error-message-database-backend-mysql] Reviewed changes and addressed comments

6 years ago[#478,!249] Added extra log error message.
Tomek Mrugalski [Wed, 6 Mar 2019 18:46:59 +0000 (19:46 +0100)] 
[#478,!249] Added extra log error message.

6 years ago[478-improve-error-message-database-backend-mysql] Better message for not built lease...
Francis Dupont [Thu, 28 Feb 2019 14:44:55 +0000 (15:44 +0100)] 
[478-improve-error-message-database-backend-mysql] Better message for not built lease database type

6 years ago[#471] Hammer docs updated 471-hammer-docs
Tomek Mrugalski [Wed, 6 Mar 2019 11:42:30 +0000 (12:42 +0100)] 
[#471] Hammer docs updated

6 years ago[#480] ChangeLog updated 480-shellcheck
Tomek Mrugalski [Wed, 6 Mar 2019 14:18:53 +0000 (15:18 +0100)] 
[#480] ChangeLog updated

6 years ago[480-shellcheck] Addressed SC2231 extra warnings
Francis Dupont [Wed, 6 Mar 2019 12:10:54 +0000 (13:10 +0100)] 
[480-shellcheck] Addressed SC2231 extra warnings

6 years agoFixed execution of find command
Tomek Mrugalski [Wed, 6 Mar 2019 11:23:19 +0000 (12:23 +0100)] 
Fixed execution of find command

6 years ago! -z replaced with -n
Tomek Mrugalski [Wed, 6 Mar 2019 11:09:52 +0000 (12:09 +0100)] 
! -z replaced with -n

6 years agoRemoved SC2046 disables and added nested double quotes instead.
Tomek Mrugalski [Wed, 6 Mar 2019 11:09:34 +0000 (12:09 +0100)] 
Removed SC2046 disables and added nested double quotes instead.

6 years agoAnother ! -z replaced with -n
Tomek Mrugalski [Wed, 6 Mar 2019 10:54:32 +0000 (11:54 +0100)] 
Another ! -z replaced with -n

6 years agoReplaced ! -z with -n
Tomek Mrugalski [Wed, 6 Mar 2019 10:53:42 +0000 (11:53 +0100)] 
Replaced ! -z with -n

6 years agoConverted sysrepo_config: bash -> sh
Tomek Mrugalski [Wed, 6 Mar 2019 10:35:48 +0000 (11:35 +0100)] 
Converted sysrepo_config: bash -> sh

6 years agoCopyright headers added. Addressed 3 remaining shellcheck issues.
Tomek Mrugalski [Wed, 6 Mar 2019 10:34:41 +0000 (11:34 +0100)] 
Copyright headers added. Addressed 3 remaining shellcheck issues.

6 years agoRemaining warnings in kea-admin and keactrl addressed.
Tomek Mrugalski [Wed, 6 Mar 2019 10:27:50 +0000 (11:27 +0100)] 
Remaining warnings in kea-admin and keactrl addressed.

6 years ago[480-shellcheck] Updated copyright years
Francis Dupont [Mon, 4 Mar 2019 22:12:50 +0000 (23:12 +0100)] 
[480-shellcheck] Updated copyright years

6 years agoList of scripts to check fixed.
Tomek Mrugalski [Mon, 4 Mar 2019 19:17:23 +0000 (20:17 +0100)] 
List of scripts to check fixed.

6 years agosysrepo_config cleaned up
Tomek Mrugalski [Mon, 4 Mar 2019 19:13:29 +0000 (20:13 +0100)] 
sysrepo_config cleaned up

6 years agocql_config cleaned up
Tomek Mrugalski [Mon, 4 Mar 2019 18:46:58 +0000 (19:46 +0100)] 
cql_config cleaned up

6 years agokea-admin fixed
Tomek Mrugalski [Mon, 4 Mar 2019 18:27:25 +0000 (19:27 +0100)] 
kea-admin fixed

6 years agoDisabled one more warning.
Tomek Mrugalski [Mon, 4 Mar 2019 18:06:08 +0000 (19:06 +0100)] 
Disabled one more warning.

6 years agoMore shellcheck fixes
Tomek Mrugalski [Mon, 4 Mar 2019 17:35:48 +0000 (18:35 +0100)] 
More shellcheck fixes

6 years agoReverted removal of prefix variable.
Tomek Mrugalski [Mon, 4 Mar 2019 15:00:27 +0000 (16:00 +0100)] 
Reverted removal of prefix variable.

6 years agoMore quotes!
Tomek Mrugalski [Mon, 4 Mar 2019 14:44:41 +0000 (15:44 +0100)] 
More quotes!

6 years agolocal variables declared and initialized separately
Tomek Mrugalski [Mon, 4 Mar 2019 14:34:57 +0000 (15:34 +0100)] 
local variables declared and initialized separately

6 years agoMore quotes
Tomek Mrugalski [Mon, 4 Mar 2019 14:32:23 +0000 (15:32 +0100)] 
More quotes

6 years agoWarning about local variables disabled
Tomek Mrugalski [Mon, 4 Mar 2019 14:12:31 +0000 (15:12 +0100)] 
Warning about local variables disabled

6 years agolocal directiver restored
Tomek Mrugalski [Mon, 4 Mar 2019 14:12:08 +0000 (15:12 +0100)] 
local directiver restored

6 years agoMore quotes
Tomek Mrugalski [Mon, 4 Mar 2019 11:26:01 +0000 (12:26 +0100)] 
More quotes

6 years ago[#480,!245] More fixes
Tomek Mrugalski [Sat, 2 Mar 2019 02:34:40 +0000 (03:34 +0100)] 
[#480,!245] More fixes

6 years ago[#480,!245] Some more shell fixes
Tomek Mrugalski [Thu, 28 Feb 2019 21:13:43 +0000 (22:13 +0100)] 
[#480,!245] Some more shell fixes

6 years ago[#480,!245] Some bugs in scripts fixed.
Tomek Mrugalski [Tue, 26 Feb 2019 19:46:15 +0000 (20:46 +0100)] 
[#480,!245] Some bugs in scripts fixed.

6 years agogitlab-ci simplified
Tomek Mrugalski [Tue, 26 Feb 2019 19:24:36 +0000 (20:24 +0100)] 
gitlab-ci simplified

6 years agoapt changed to apt-get
Tomek Mrugalski [Tue, 26 Feb 2019 19:11:03 +0000 (20:11 +0100)] 
apt changed to apt-get

6 years agoStage defined explicitly as test
Tomek Mrugalski [Tue, 26 Feb 2019 19:05:00 +0000 (20:05 +0100)] 
Stage defined explicitly as test

6 years agoattempt #6
Tomek Mrugalski [Tue, 26 Feb 2019 18:53:21 +0000 (19:53 +0100)] 
attempt #6

6 years agoattempt #5
Tomek Mrugalski [Tue, 26 Feb 2019 18:50:56 +0000 (19:50 +0100)] 
attempt #5

6 years ago[#480,!245] Attempt #4
Tomek Mrugalski [Tue, 26 Feb 2019 18:35:35 +0000 (19:35 +0100)] 
[#480,!245] Attempt #4

6 years ago[#480,!245] Attempt #3
Tomek Mrugalski [Tue, 26 Feb 2019 18:33:06 +0000 (19:33 +0100)] 
[#480,!245] Attempt #3

6 years ago[#480,!245] yml random fix attempt
Tomek Mrugalski [Tue, 26 Feb 2019 18:24:41 +0000 (19:24 +0100)] 
[#480,!245] yml random fix attempt

6 years ago[#480,!245] Using debian image now
Tomek Mrugalski [Tue, 26 Feb 2019 18:20:59 +0000 (19:20 +0100)] 
[#480,!245] Using debian image now

6 years ago[#480,!245] First gitlab-ci added
Tomek Mrugalski [Tue, 26 Feb 2019 18:04:15 +0000 (19:04 +0100)] 
[#480,!245] First gitlab-ci added

6 years agoupdated changelog about hammer changes 518-hammer-check-vagrant-version-remove-from-extra_dist 430-configure-location-of-datadir_base 465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook_base 486-no-longer-use-bison-is-yacc-emulation-mode_base
Michal Nowikowski [Tue, 5 Mar 2019 05:35:36 +0000 (06:35 +0100)] 
updated changelog about hammer changes

6 years agohammer: added checking vagrant version, removed hammer from EXTRA_DIST
Michal Nowikowski [Mon, 4 Mar 2019 10:36:57 +0000 (11:36 +0100)] 
hammer: added checking vagrant version, removed hammer from EXTRA_DIST

6 years ago[master] Added ChangeLog for #489.
Marcin Siodelski [Mon, 4 Mar 2019 15:13:37 +0000 (16:13 +0100)] 
[master] Added ChangeLog for #489.

6 years ago[#489,!250] Drop constraints on dhcp6_[pd]_pool prior to rename.
Marcin Siodelski [Mon, 4 Mar 2019 12:05:19 +0000 (13:05 +0100)] 
[#489,!250] Drop constraints on dhcp6_[pd]_pool prior to rename.

6 years ago[#489,!250] Addressed review comments.
Marcin Siodelski [Mon, 4 Mar 2019 11:45:36 +0000 (12:45 +0100)] 
[#489,!250] Addressed review comments.

6 years ago[#489,!250] Updated MySQL admin tests for new percent parameters.
Marcin Siodelski [Fri, 1 Mar 2019 14:53:52 +0000 (15:53 +0100)] 
[#489,!250] Updated MySQL admin tests for new percent parameters.

6 years ago[#489,!250] Extended MySQL backend to store floating values in shared nets.
Marcin Siodelski [Fri, 1 Mar 2019 14:28:39 +0000 (15:28 +0100)] 
[#489,!250] Extended MySQL backend to store floating values in shared nets.

6 years ago[#489,!250] Extend MySQL backend to store floating point values.
Marcin Siodelski [Fri, 1 Mar 2019 14:06:25 +0000 (15:06 +0100)] 
[#489,!250] Extend MySQL backend to store floating point values.

6 years ago[#489] Updated MySQL CB to handle unspecified subnet and network values.
Marcin Siodelski [Thu, 28 Feb 2019 09:28:27 +0000 (10:28 +0100)] 
[#489] Updated MySQL CB to handle unspecified subnet and network values.

6 years agoChangelog updated 362-Editing_User_Guide_grammar,_clarity 489-the-mysql-config-backend-must-store-unspecified-subnet-and-network-parameters-as-null-2 481-remote-subnet4-set-inconsistent-work-when-id-subnet-is-duplicated_base 492-cb-subnet-merge-vs-duplicate-subnet-prefixes_base 499-global-keywords-entries_base 512-remote-network4-del-update_base
Tomek Mrugalski [Thu, 28 Feb 2019 14:55:11 +0000 (15:55 +0100)] 
Changelog updated

6 years agoMinor clarification with LFC
Tomek Mrugalski [Thu, 28 Feb 2019 14:44:28 +0000 (15:44 +0100)] 
Minor clarification with LFC

6 years agoUpdate dhcp6-srv.xml to fix small grammatical errors lines 1158-1162
Suzanne Goldlust [Mon, 25 Feb 2019 15:11:43 +0000 (10:11 -0500)] 
Update dhcp6-srv.xml to fix small grammatical errors lines 1158-1162

6 years ago[#362] Corrected escaped examples.
Tomek Mrugalski [Mon, 25 Feb 2019 14:14:13 +0000 (15:14 +0100)] 
[#362] Corrected escaped examples.

6 years ago[#362] Clarified when an option is sent
Tomek Mrugalski [Mon, 25 Feb 2019 14:02:05 +0000 (15:02 +0100)] 
[#362] Clarified when an option is sent

6 years ago[#362] Unicast address binding example in v6
Tomek Mrugalski [Mon, 25 Feb 2019 13:57:17 +0000 (14:57 +0100)] 
[#362] Unicast address binding example in v6

6 years agoUpdate dhcp4-srv.xml to add missing "a" in line 499
Suzanne Goldlust [Fri, 22 Feb 2019 15:11:26 +0000 (10:11 -0500)] 
Update dhcp4-srv.xml to add missing "a" in line 499

6 years agoUpdate dhcp6-srv.xml to add missing "a" in line 629
Suzanne Goldlust [Fri, 22 Feb 2019 15:10:43 +0000 (10:10 -0500)] 
Update dhcp6-srv.xml to add missing "a" in line 629

6 years ago[#362,!182] Added clarification about Cassandra connection failure handling
Tomek Mrugalski [Fri, 22 Feb 2019 13:04:41 +0000 (14:04 +0100)] 
[#362,!182] Added clarification about Cassandra connection failure handling

6 years ago[#362,!182] Example of hosts-database added.
Tomek Mrugalski [Fri, 22 Feb 2019 12:57:10 +0000 (13:57 +0100)] 
[#362,!182] Example of hosts-database added.

6 years ago[#362,!182] Links to on-line ARM replaced with local references
Tomek Mrugalski [Fri, 22 Feb 2019 10:01:42 +0000 (11:01 +0100)] 
[#362,!182] Links to on-line ARM replaced with local references

6 years ago[#362,!182] Added missing <command>s in recently added text
Tomek Mrugalski [Fri, 22 Feb 2019 09:52:47 +0000 (10:52 +0100)] 
[#362,!182] Added missing <command>s in recently added text

6 years ago[#362,!182] comment review: move lease-expiration params to beginning of the charter
Tomek Mrugalski [Fri, 22 Feb 2019 09:40:40 +0000 (10:40 +0100)] 
[#362,!182] comment review: move lease-expiration params to beginning of the charter

6 years ago[#362,!182] Added clarification what it means to enable lease affinity
Tomek Mrugalski [Fri, 22 Feb 2019 08:50:18 +0000 (09:50 +0100)] 
[#362,!182] Added clarification what it means to enable lease affinity

6 years ago[#362,!182] Removed obsolete libdhcp secton
Tomek Mrugalski [Thu, 21 Feb 2019 21:55:21 +0000 (22:55 +0100)] 
[#362,!182] Removed obsolete libdhcp secton

6 years agoUpdate dhcp6-srv.xml to incorporate Stephen's comments
Suzanne Goldlust [Wed, 20 Feb 2019 20:03:00 +0000 (15:03 -0500)] 
Update dhcp6-srv.xml to incorporate Stephen's comments

6 years agoUpdate dhcp4-srv.xml to add minor text corrections from Stephen
Suzanne Goldlust [Wed, 20 Feb 2019 20:02:16 +0000 (15:02 -0500)] 
Update dhcp4-srv.xml to add minor text corrections from Stephen

6 years agoUpdate dhcp4-srv.xml to add Stephen's recommended change (copying lines 525-533 from...
Suzanne Goldlust [Wed, 20 Feb 2019 19:52:38 +0000 (14:52 -0500)] 
Update dhcp4-srv.xml to add Stephen's recommended change (copying lines 525-533 from dhcp6-srv.xml)

6 years agoUpdate dhcp4-srv.xml to incorporate Stephen's review comments
Suzanne Goldlust [Thu, 7 Feb 2019 15:56:53 +0000 (10:56 -0500)] 
Update dhcp4-srv.xml to incorporate Stephen's review comments

6 years agoUpdate install.xml
Suzanne Goldlust [Tue, 5 Feb 2019 15:08:29 +0000 (10:08 -0500)] 
Update install.xml

6 years agoUpdate stats.xml
Suzanne Goldlust [Mon, 4 Feb 2019 21:32:39 +0000 (16:32 -0500)] 
Update stats.xml

6 years agoUpdate shell.xml
Suzanne Goldlust [Thu, 31 Jan 2019 19:52:22 +0000 (14:52 -0500)] 
Update shell.xml