diff options
| author | David S. Miller <davem@sunset.davemloft.net> | 2005-03-17 04:00:13 -0800 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2005-03-17 04:00:13 -0800 |
| commit | ded97b801515e8a9c0c32000880fc865a0d2c6d3 (patch) | |
| tree | 7c8a8d342628a365286ca64fd17952c4ede7c4d6 /include/linux/rtnetlink.h | |
| parent | 59b51e70e85997a24a744f895255760894fac171 (diff) | |
[IPV4]: Make multipath algs into true drivers.
This also makes them configurable on a per-route
basis via rtnetlink route attributes.
Based upon suggestions from Thomas Graf and Alexey
Kuznetsov.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/rtnetlink.h')
| -rw-r--r-- | include/linux/rtnetlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/rtnetlink.h b/include/linux/rtnetlink.h index b3fec31e7e6f..6d6b2eae47e0 100644 --- a/include/linux/rtnetlink.h +++ b/include/linux/rtnetlink.h @@ -250,6 +250,7 @@ enum rtattr_type_t RTA_FLOW, RTA_CACHEINFO, RTA_SESSION, + RTA_MP_ALGO, __RTA_MAX }; |
