diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2014-10-06 11:14:09 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2014-10-06 11:14:09 +0200 |
commit | 2b6d7f5e2ab85fd4447be3ffe8f3d09a2ee52764 (patch) | |
tree | e77755aafda16557b1247c7f844d4477218f9fcb /src/lib/dhcp/tests/pkt4_unittest.cc | |
parent | [3546] Changes after review (diff) | |
download | kea-2b6d7f5e2ab85fd4447be3ffe8f3d09a2ee52764.tar.xz kea-2b6d7f5e2ab85fd4447be3ffe8f3d09a2ee52764.zip |
[3546] Changes after review:
- Pkt4, Pkt6 classes now have descriptions
- Many descriptions updated in Pkt class
- Pkt::addOption() moved back to Pkt (from Pkt6)
- DEFAULT_ADDRESS{,6} are now in private namespace.
- copyright updated
Diffstat (limited to 'src/lib/dhcp/tests/pkt4_unittest.cc')
-rw-r--r-- | src/lib/dhcp/tests/pkt4_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcp/tests/pkt4_unittest.cc b/src/lib/dhcp/tests/pkt4_unittest.cc index 0c09b412c0..0de4ceb329 100644 --- a/src/lib/dhcp/tests/pkt4_unittest.cc +++ b/src/lib/dhcp/tests/pkt4_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2013 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above |