Trivial: Clean up some typos.
Change-Id: I085615fde1f966490f30ed5d32017b8b088cfd59 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Damjan Marion

parent
6a4375e02d
commit
bdc0e6b720
@@ -99,7 +99,7 @@ igmp_pkt_build_ip_header (igmp_pkt_build_t * bk,
|
||||
break;
|
||||
}
|
||||
|
||||
/* add the router alert optnios */
|
||||
/* add the router alert options */
|
||||
option = vlib_buffer_get_current (b);
|
||||
option[0] = 0x80 | 20; // IP4_ROUTER_ALERT_OPTION;
|
||||
option[1] = 4; // length
|
||||
|
Reference in New Issue
Block a user