diff options
author | katerina.kubecova <katerina.kubecova@nic.cz> | 2023-09-18 14:43:58 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-09-20 14:03:05 +0200 |
commit | bb8e28248be0ad1f728433e4884dfe2db3772b30 (patch) | |
tree | 73f122301f8f02fe0b5d17ef5d28d30c07866326 /proto/radv/radv.h | |
parent | 9ffea830b673a8b8506877a371e0c9fc52c99b94 (diff) |
Structures bytestring and adata merged into adata.
Diffstat (limited to 'proto/radv/radv.h')
-rw-r--r-- | proto/radv/radv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/radv/radv.h b/proto/radv/radv.h index 2baf0bad..ba4a1b6c 100644 --- a/proto/radv/radv.h +++ b/proto/radv/radv.h @@ -129,7 +129,7 @@ struct radv_custom_config { node n; u8 type; /* Identifier of the type of option */ - const struct bytestring *payload; /* Payload of the option */ + const struct adata *payload; /* Payload of the option */ }; /* |