diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-03-11 20:03:22 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 2000-03-11 20:03:22 +0000 |
| commit | 8fca8c97c6a944bbabcec0cd7fc2267702d09f0f (patch) | |
| tree | 506ac4235b457c075e96ef41349054c49f9753b6 | |
| parent | 19a938aa3d8e07d6ebfa67cb028d128db0ec9461 (diff) | |
Notes
| -rw-r--r-- | sys/netinet6/ip6_fw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_fw.c b/sys/netinet6/ip6_fw.c index 8fa5838d9c20..d6b4ca2960ed 100644 --- a/sys/netinet6/ip6_fw.c +++ b/sys/netinet6/ip6_fw.c @@ -738,6 +738,8 @@ got_match: break; } default: /* Send an ICMP unreachable using code */ + if (oif) + (*m)->m_pkthdr.rcvif = oif; icmp6_error(*m, ICMP6_DST_UNREACH, rule->fw_reject_code, 0); *m = NULL; |
