X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Figmp%2Figmp_api.h;h=81df4fd2aa6a0ec50576697ed62093d5b2723324;hb=bad679291;hp=cfeab920c1dc02ca408fc5034a03e7ff89210d49;hpb=947ea6222dad1ef04595c34273e9231395aef443;p=vpp.git diff --git a/src/plugins/igmp/igmp_api.h b/src/plugins/igmp/igmp_api.h index cfeab920c1d..81df4fd2aa6 100644 --- a/src/plugins/igmp/igmp_api.h +++ b/src/plugins/igmp/igmp_api.h @@ -33,11 +33,10 @@ int igmp_enable_disable (u32 sw_if_index, u8 enable, u8 mode); /** * @brief igmp listen (RFC3376 Section 2). * @param vm - vlib main - * @param enable - 0 == remove (S,G), else add (S,G), aka. include/exclue + * @param enable - 0 == remove (S,G), else add (S,G), aka. include/exclude * @param sw_if_index - interface sw_if_index * @param saddr - source address * @param gaddr - group address - * @param cli_api_configured - if zero, an igmp report has been received on interface * * Add/del (S,G) on an interface. If user configured, * send a status change report from the interface.