diff options
Diffstat (limited to 'net/bridge/br_multicast.c')
-rw-r--r-- | net/bridge/br_multicast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index 5ca4c50ea233..b66581208cb2 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c | |||
@@ -460,8 +460,8 @@ static struct sk_buff *br_ip6_multicast_alloc_query(struct net_bridge *br, | |||
460 | hopopt[3] = 2; /* Length of RA Option */ | 460 | hopopt[3] = 2; /* Length of RA Option */ |
461 | hopopt[4] = 0; /* Type = 0x0000 (MLD) */ | 461 | hopopt[4] = 0; /* Type = 0x0000 (MLD) */ |
462 | hopopt[5] = 0; | 462 | hopopt[5] = 0; |
463 | hopopt[6] = IPV6_TLV_PAD0; /* Pad0 */ | 463 | hopopt[6] = IPV6_TLV_PAD1; /* Pad1 */ |
464 | hopopt[7] = IPV6_TLV_PAD0; /* Pad0 */ | 464 | hopopt[7] = IPV6_TLV_PAD1; /* Pad1 */ |
465 | 465 | ||
466 | skb_put(skb, sizeof(*ip6h) + 8); | 466 | skb_put(skb, sizeof(*ip6h) + 8); |
467 | 467 | ||