diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-14 09:51:23 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-03-14 09:51:23 -0700 |
commit | 8b4712b49e2d96ab01ea4e01f661e37d8044d57a (patch) | |
tree | cf2412201b051414b68c5d886e5aeda48089704c /src/plugins/igmp/igmp.c | |
parent | e5468b320a1f85c58cd888f8ac930b29f85c2e4b (diff) |
IGMP: typo and doc fix (no behaviour change)
Change-Id: I1c870f90a8e0d14b972593e72242b430c13d3bf2
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/igmp/igmp.c')
-rw-r--r-- | src/plugins/igmp/igmp.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/igmp/igmp.c b/src/plugins/igmp/igmp.c index e12a6323b40..01f75f9e4b1 100644 --- a/src/plugins/igmp/igmp.c +++ b/src/plugins/igmp/igmp.c @@ -142,12 +142,12 @@ igmp_listen (vlib_main_t * vm, /* * RFC 3376 Section 2 " For a given combination of socket, interface, and multicast address, - only a single filter mode and source list can be in effect at any one - time. However, either the filter mode or the source list, or both, - may be changed by subsequent IPMulticastListen requests that specify - the same socket, interface, and multicast address. Each subsequent - request completely replaces any earlier request for the given socket, - interface and multicast address." + * only a single filter mode and source list can be in effect at any one + * time. However, either the filter mode or the source list, or both, + * may be changed by subsequent IPMulticastListen requests that specify + * the same socket, interface, and multicast address. Each subsequent + * request completely replaces any earlier request for the given socket, + * interface and multicast address." */ int rv = 0; IGMP_DBG ("listen: (%U, %U) %U %U", |