4468. [bug] Address ECS option handling issues. [RT #43191]
(cherry picked from commit df17290113)
This commit is contained in:
@@ -97,7 +97,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
|
||||
0x00, 0x08, 0x00, 0x04,
|
||||
0x00, 0x01, 0x00, 0x00
|
||||
},
|
||||
8, ISC_FALSE
|
||||
8, ISC_TRUE
|
||||
},
|
||||
{
|
||||
/* Option code family 2 (ipv6) , source 0, scope 0 */
|
||||
@@ -105,7 +105,7 @@ ATF_TC_BODY(edns_client_subnet, tc) {
|
||||
0x00, 0x08, 0x00, 0x04,
|
||||
0x00, 0x02, 0x00, 0x00
|
||||
},
|
||||
8, ISC_FALSE
|
||||
8, ISC_TRUE
|
||||
},
|
||||
{
|
||||
/* extra octet */
|
||||
|
||||
Reference in New Issue
Block a user