commit | bc3fc44c12d6a4722b253f19423db1244175c18c | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Oct 20 14:39:48 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 23 03:06:47 2017 +0100 |
tree | 4c51445cb375701a39dc1bf55943be89a9cd04e5 | |
parent | ba0696c22e7c5b7394283a0dbef1462252d1606f [diff] |
net: dsa: bcm_sf2: Allow matching arbitrary IPv4 mask lengths There is no reason why we should limit ourselves to matching only full IPv4 addresses (/32), the same logic applies between the DATA and MASK ports, so just make it more configurable to accept both. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>