Skip to content

Commit f9ff0fb

Browse files
Harsh63870tklauser
authored andcommitted
monitor: fix typo in ICMPv6 neighbour solicitation debug message
Signed-off-by: Harsh63870 <harshvardhanpandey372@gmail.com>
1 parent 066a8e5 commit f9ff0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/monitor/datapath_debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ func (n *DebugMsg) Message(linkMonitor getters.LinkGetter) string {
318318
case DbgIcmp6Request:
319319
return fmt.Sprintf("ICMPv6 echo request for router offset=%d", n.Arg1)
320320
case DbgIcmp6Ns:
321-
return fmt.Sprintf("ICMPv6 neighbour soliciation for address %x:%x", n.Arg1, n.Arg2)
321+
return fmt.Sprintf("ICMPv6 neighbour solicitation for address %x:%x", n.Arg1, n.Arg2)
322322
case DbgIcmp6TimeExceeded:
323323
return "Sending ICMPv6 time exceeded"
324324
case DbgDecap:

0 commit comments

Comments
 (0)