ip: HSR: Fix cut and paste error

Fixes: 5c0aec93a5 ("ip: Add HSR support")
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2017-02-06 21:47:35 +01:00 committed by Stephen Hemminger
parent aaacdfd570
commit e7867c34e8
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static void hsr_print_help(struct link_util *lu, int argc, char **argv,
struct link_util hsr_link_util = {
.id = "hsr",
.maxattr = IFLA_VLAN_MAX,
.maxattr = IFLA_HSR_MAX,
.parse_opt = hsr_parse_opt,
.print_opt = hsr_print_opt,
.print_help = hsr_print_help,