Check table type at `show route for ...'
This commit is contained in:
parent
65d2a88dd2
commit
f6e8e141df
1 changed files with 6 additions and 0 deletions
|
@ -2683,6 +2683,12 @@ rt_show(struct rt_show_data *d)
|
|||
}
|
||||
}
|
||||
|
||||
if (d->table->addr_type != d->addr->type)
|
||||
{
|
||||
cli_msg(8001, "Incompatible type of prefix/ip with table");
|
||||
return;
|
||||
}
|
||||
|
||||
if (d->show_for)
|
||||
n = net_route(d->table, d->addr);
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue