summaryrefslogtreecommitdiff
path: root/lib/lacp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lacp.h')
-rw-r--r--lib/lacp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lacp.h b/lib/lacp.h
index f35cff56a..0dfaef05c 100644
--- a/lib/lacp.h
+++ b/lib/lacp.h
@@ -46,7 +46,7 @@ struct lacp *lacp_ref(const struct lacp *);
void lacp_configure(struct lacp *, const struct lacp_settings *);
bool lacp_is_active(const struct lacp *);
-void lacp_process_packet(struct lacp *, const void *slave,
+bool lacp_process_packet(struct lacp *, const void *slave,
const struct dp_packet *packet);
enum lacp_status lacp_status(const struct lacp *);