View | Details | Raw Unified | Return to bug 67013
Collapse All | Expand All

(-)./bsd-5.2.1/sys/netipsec/key.c.fixed 2004-05-21 17:01:05.000000000 -0500 (-2 / +2 lines)
Lines 3846-3853 Link Here
3846
                * scope_id check. if sin6_scope_id is 0, we regard it
3846
                * scope_id check. if sin6_scope_id is 0, we regard it
3847
                * as a wildcard scope, which matches any scope zone ID.
3847
                * as a wildcard scope, which matches any scope zone ID.
3848
                */
3848
                */
3849
               if (spidx0->src.sin6.sin6_scope_id &&
3849
               if (spidx0->dst.sin6.sin6_scope_id &&
3850
                   spidx1->src.sin6.sin6_scope_id &&
3850
                   spidx1->dst.sin6.sin6_scope_id &&
3851
                   spidx0->dst.sin6.sin6_scope_id != spidx1->dst.sin6.sin6_scope_id)
3851
                   spidx0->dst.sin6.sin6_scope_id != spidx1->dst.sin6.sin6_scope_id)
3852
                       return 0;
3852
                       return 0;
3853
               if (!key_bbcmp(&spidx0->dst.sin6.sin6_addr,
3853
               if (!key_bbcmp(&spidx0->dst.sin6.sin6_addr,

Return to bug 67013