aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_input.c
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-11-13 18:25:07 +0000
committerEd Maste <emaste@FreeBSD.org>2020-11-13 18:25:07 +0000
commit360d1232ab075d5825b2ae860dd1718084684413 (patch)
tree9361b292a7d6538e942e150d0b28dcfc6ba09267 /sys/netinet/ip_input.c
parent0e0457251ba01ccf44fa483ff425d600925571e1 (diff)
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
-rw-r--r--sys/netinet/ip_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index 7d6c4a378b4df..89e2eeefa804e 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -111,7 +111,7 @@ SYSCTL_INT(_net_inet_ip, IPCTL_FORWARDING, forwarding, CTLFLAG_VNET | CTLFLAG_RW
&VNET_NAME(ipforwarding), 0,
"Enable IP forwarding between interfaces");
-/*
+/*
* Respond with an ICMP host redirect when we forward a packet out of
* the same interface on which it was received. See RFC 792.
*/