summaryrefslogtreecommitdiff
path: root/proto/radv/radv.h
diff options
context:
space:
mode:
authorAlexander Zubkov <green@qrator.net>2023-08-22 14:44:18 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2023-08-22 14:44:18 +0200
commitfea04d7c34b92d854cfcd4cc3db2dcba60caba7b (patch)
tree792d86f7b67f9a94dbea76077f07f7036941cc78 /proto/radv/radv.h
parent9bf20484764364b9f32bef0a3a7f877abbc29914 (diff)
Use more proper pointers to constant bytestrings
Diffstat (limited to 'proto/radv/radv.h')
-rw-r--r--proto/radv/radv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/radv/radv.h b/proto/radv/radv.h
index 8c716158..2baf0bad 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 */
- struct bytestring *payload; /* Payload of the option */
+ const struct bytestring *payload; /* Payload of the option */
};
/*