K 10 svn:author V 5 kmacy K 8 svn:date V 27 2009-03-04T02:38:38.549754Z K 7 svn:log V 1597 add route weighting and generalizing of affinity to source ip instead of per-flow 186625: - import kernel support for route shutdown 186626: - import user support for route shutdown 186628: - don't lookup laddr or lport if they're already set 186630: - fix route shutdown merge 186923: - Add kernel support for weighting routes 186924: - remove RTA_GENMASK 186925: - remove genmask - add -weight option to route for adding / changing route weight 1868994: - add kernel support for "sticky" routes (all connections from a given source ip will be routed to the same dst ip) 186995: - add support to the route command for making routes sticky 187003: - add new flags to route output - remove hopcount 187004: - update route flags and metricnames in route command 187005: - fetch weight when getting metrics 187006: - try to improve formatting slightly in route 187007: - more output futzing - add show as alias for get 187008: - update show handling 187009: - remove shutdown - update route flags 187010: - fix flag setting in RTM_CHANGE 187011: - add debug cruft to route selection 187012: - fix rn_mpath_count and reduce frequency of printing 187013: - update loop condition print hash earlier 187040: - reduce default timeouts in the flowtable - remove references to shutdown (redundant with zero weight route) - simplify weight checking 187041: - fix radix_mpath comment - remove shutdown flag and message 187206: - include opt_mpath.h so that RADIX_MPATH will be pulled in - remove locking overhead to forwarding workloads by making forwarding table pcpu END