summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2021-05-18 20:41:01 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2021-05-18 20:41:01 +0200
commitc3c691e95cd40d8654b720be8d9a8ae9fb050951 (patch)
tree12aabbb2db6144082a4ad648fae20139407188d8 /lib
parentabc9ccc5cb7a3adcbb2090ba7314031b835b0e04 (diff)
Flowspec: Documentation update
Diffstat (limited to 'lib')
-rw-r--r--lib/flowspec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/flowspec.c b/lib/flowspec.c
index 14b42b52..df5c8da3 100644
--- a/lib/flowspec.c
+++ b/lib/flowspec.c
@@ -815,8 +815,8 @@ flow_builder_add_op_val(struct flow_builder *fb, byte op, u32 value)
* @mask: bitmask
*
* It is required to set appropriate flowspec component type using function
- * flow_builder_set_type(). This function should return 1 for successful adding,
- * otherwise returns 0.
+ * flow_builder_set_type(). Note that for negation, value must be zero or equal
+ * to bitmask.
*/
int
flow_builder_add_val_mask(struct flow_builder *fb, byte op, u32 value, u32 mask)