aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNicolas Dichtel <[email protected]>2012-10-22 03:42:09 +0000
committerDavid S. Miller <[email protected]>2012-10-23 02:38:32 -0400
commit51ebd3181572af8d5076808dab2682d800f6da5d (patch)
tree41bce53f5ed82791ea5975f6ce708f54729659b4 /tools/perf/scripts/python
parentd94ce9b283736a876b2e6dec665c68e5e8b5d55e (diff)
ipv6: add support of equal cost multipath (ECMP)
Each nexthop is added like a single route in the routing table. All routes that have the same metric/weight and destination but not the same gateway are considering as ECMP routes. They are linked together, through a list called rt6i_siblings. ECMP routes can be added in one shot, with RTA_MULTIPATH attribute or one after the other (in both case, the flag NLM_F_EXCL should not be set). The patch is based on a previous work from Luc Saillard <[email protected]>. Signed-off-by: Nicolas Dichtel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions