diff options
| author | 2011-03-07 14:27:38 -0800 | |
|---|---|---|
| committer | 2011-03-07 14:27:38 -0800 | |
| commit | 4c8237cd76a0510677dc2e3dd0f8866ec8e0b1e5 (patch) | |
| tree | 09f2b802b5f493bfd5345ec808f3b58300cab168 /tools/perf/scripts/python | |
| parent | netdevice: Convert printk to pr_info in netif_tx_stop_queue (diff) | |
| download | linux-dev-4c8237cd76a0510677dc2e3dd0f8866ec8e0b1e5.tar.xz linux-dev-4c8237cd76a0510677dc2e3dd0f8866ec8e0b1e5.zip | |
ipv4: Validate route entry type at insert instead of every lookup.
fib_semantic_match() requires that if the type doesn't signal an
automatic error, it must be of type RTN_UNICAST, RTN_LOCAL,
RTN_BROADCAST, RTN_ANYCAST, or RTN_MULTICAST.
Checking this every route lookup is pointless work.
Instead validate it during route insertion, via fib_create_info().
Also, there was nothing making sure the type value was less than
RTN_MAX, so add that missing check while we're here.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
