| version 1.178, 2003/09/06 03:36:30 |
version 1.179, 2003/09/28 04:45:14 |
| Line 443 ip_input(struct mbuf *m) |
|
| Line 443 ip_input(struct mbuf *m) |
|
| if ((m->m_flags & M_PKTHDR) == 0) |
if ((m->m_flags & M_PKTHDR) == 0) |
| panic("ipintr no HDR"); |
panic("ipintr no HDR"); |
| #endif |
#endif |
| #ifdef IPSEC |
|
| /* |
|
| * should the inner packet be considered authentic? |
|
| * see comment in ah4_input(). |
|
| */ |
|
| if (m) { |
|
| m->m_flags &= ~M_AUTHIPHDR; |
|
| m->m_flags &= ~M_AUTHIPDGM; |
|
| } |
|
| #endif |
|
| |
|
| /* |
/* |
| * If no IP addresses have been set yet but the interfaces |
* If no IP addresses have been set yet but the interfaces |