We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff14e80 commit bd6feabCopy full SHA for bd6feab
source/Common_Protocols/icmpv6.c
@@ -1106,15 +1106,15 @@ buffer_t *icmpv6_up(buffer_t *buf)
1106
1107
case ICMPV6_TYPE_INFO_ECHO_REPLY:
1108
ipv6_neighbour_reachability_confirmation(buf->src_sa.address, buf->interface->id);
1109
- /* fall through */
+ /* fall through */
1110
1111
case ICMPV6_TYPE_ERROR_DESTINATION_UNREACH:
1112
#ifdef HAVE_RPL_ROOT
1113
if (buf->options.type == ICMPV6_TYPE_ERROR_DESTINATION_UNREACH && buf->options.code == ICMPV6_CODE_DST_UNREACH_SRC_RTE_HDR_ERR) {
1114
buf = rpl_control_source_route_error_handler(buf, cur);
1115
}
1116
#endif
1117
1118
1119
default:
1120
if (buf) {
0 commit comments