summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_nbr.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2008-11-02 10:37:30 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2008-11-02 10:37:30 +0000
commited999272ebd7f53d0236922c4a3fc81d433b3c4f (patch)
treeaed3227f4980a68976499de5461753133f898b2b /sys/netinet6/nd6_nbr.c
parentaddb1314ab5e1e8134b2b98e77386470ce812098 (diff)
Remove the M_ANYCAST6 mbuf flag by doing the detection all in ip6_input().
M_ANYCAST6 was only used to signal tcp6_input() that it should drop the packet and send back icmp error. This can be done in ip6_input() without the need for a mbuf flag. Gives us back one slot in m_flags for possible future need. Looked at and some input by naddy@ and henning@. OK dlg@
Diffstat (limited to 'sys/netinet6/nd6_nbr.c')
0 files changed, 0 insertions, 0 deletions