aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlijinhui <lijh_7@chinatelecom.cn>2024-04-15 10:07:46 +0800
committerFan Zhang <fanzhang.oss@gmail.com>2024-04-15 23:33:25 +0000
commit8188f47eb8e843d465c2c2bde7a61e3a17fa9766 (patch)
tree8fcf46c148541a95719505d8e43b593890ad7a51
parentdd5f75c6fd729985b988a69652d99ad11ba7efe7 (diff)
ip: fix comments for icmp4
Type: fix Change-Id: I5f309ca4db4ae4a3e475d87b8f0188c4ead5e562 Signed-off-by: lijinhui <lijh_7@chinatelecom.cn>
-rw-r--r--src/vnet/ip/icmp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/icmp4.c b/src/vnet/ip/icmp4.c
index 452817dd9c1..fa4a0e12276 100644
--- a/src/vnet/ip/icmp4.c
+++ b/src/vnet/ip/icmp4.c
@@ -341,7 +341,7 @@ ip4_icmp_error (vlib_main_t * vm,
/* Prefer a source address from "offending interface" */
if (!ip4_sas_by_sw_if_index (sw_if_index0, &out_ip0->dst_address,
&out_ip0->src_address))
- { /* interface has no IP6 address - should not happen */
+ { /* interface has no IP4 address - should not happen */
next0 = IP4_ICMP_ERROR_NEXT_DROP;
error0 = ICMP4_ERROR_DROP;
}