Comment # 10
on bug 9996
from [email protected]
(In reply to comment #9)
> From code (packet-ipv6.c)
>
> switch (nxt) {
> [...]
> default:
> /* Since we did not recognize this IPv6 option, check
> * whether it is a known protocol. If not, then it
> * is an unknown IPv6 option
> */
Assuming this talks about IPv6 extension headers and not about IPv6 options,
why would we assume an unknown next protocol is an unknown IPv6 extension
header?
You are receiving this mail because:
- You are watching all bug changes.