summaryrefslogtreecommitdiff
path: root/lib/ofp-group.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ofp-group.c')
-rw-r--r--lib/ofp-group.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/ofp-group.c b/lib/ofp-group.c
index da5ff5848..b675e802c 100644
--- a/lib/ofp-group.c
+++ b/lib/ofp-group.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2017 Nicira, Inc.
+ * Copyright (c) 2008-2017, 2019 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -2014,6 +2014,8 @@ ofputil_encode_ofp11_group_mod(enum ofp_version ofp_version,
ogm->type = gm->type;
ogm->group_id = htonl(gm->group_id);
+ ofpmsg_update_length(b);
+
return b;
}
@@ -2080,6 +2082,7 @@ ofputil_encode_ofp15_group_mod(enum ofp_version ofp_version,
}
id_pool_destroy(bucket_ids);
+ ofpmsg_update_length(b);
return b;
}