diff options
Diffstat (limited to 'lib/flowspec.h')
-rw-r--r-- | lib/flowspec.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/flowspec.h b/lib/flowspec.h index fa90c70d..d486cda0 100644 --- a/lib/flowspec.h +++ b/lib/flowspec.h @@ -86,6 +86,14 @@ const byte *flow6_next_part(const byte *pos, const byte *end); /* + * Flowspec accessors + */ + +ip4_addr flow_read_ip4_part(const byte *part); +ip6_addr flow_read_ip6_part(const byte *part); + + +/* * Flowspec Builder */ |