mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[5016] Corrected some other minor issues as a result of review.
This commit is contained in:
parent
1a50cc14f1
commit
00b90ea20a
@ -10,7 +10,7 @@
|
||||
"interfaces": [ "ethX" ]
|
||||
},
|
||||
|
||||
# We need to specify lease type.
|
||||
# Let's use a Memfile backend to store leases.
|
||||
"lease-database": {
|
||||
"type": "memfile"
|
||||
},
|
||||
|
@ -60,7 +60,7 @@ TEST(Option6PDExcludeTest, pack) {
|
||||
const uint8_t expected_data[] = {
|
||||
0x00, 0x43, // option code 67
|
||||
0x00, 0x02, // option length 2
|
||||
0x3F, 0x70 // excluded prefix length 59 + subnet id
|
||||
0x3F, 0x70 // excluded prefix length 63 + subnet id
|
||||
};
|
||||
std::vector<uint8_t> expected_vec(expected_data,
|
||||
expected_data + sizeof(expected_data));
|
||||
|
Loading…
x
Reference in New Issue
Block a user