Skip to content
Commit 75356a81 authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

ip6mr: limit IPv6 MRT_TABLE identifiers

We did this for IPv4 in b49d3c1e

 "net: ipmr: limit MRT_TABLE
identifiers" but we need to do it for IPv6 as well.  On IPv6 the name
is "pim6reg" instead of "pimreg" so there is one less digit allowed.

The strcpy() is in ip6mr_reg_vif().

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ce11ff5e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment