diff options
author | Kip Macy <kmacy@FreeBSD.org> | 2009-04-14 23:05:36 +0000 |
---|---|---|
committer | Kip Macy <kmacy@FreeBSD.org> | 2009-04-14 23:05:36 +0000 |
commit | 427ac07f05d7ed561978c93c42896f123ec51d9a (patch) | |
tree | 2c468e4e81b86a0a66401b94c6626251cbbccf6a /sbin/route/keywords | |
parent | ecbd3f3a291f2704b4ff4599d8bb69c0a10015a7 (diff) | |
download | src-427ac07f05d7ed561978c93c42896f123ec51d9a.tar.gz src-427ac07f05d7ed561978c93c42896f123ec51d9a.zip |
Extend route command:
- add show as alias for get
- add weights to allow mpath to do more than equal cost
- add sticky / nostick to disable / re-enable per-connection load balancing
This adds a field to rt_metrics_lite so network bits of world will need to be re-built.
Reviewed by: jeli & qingli
Notes
Notes:
svn path=/head/; revision=191080
Diffstat (limited to 'sbin/route/keywords')
-rw-r--r-- | sbin/route/keywords | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/route/keywords b/sbin/route/keywords index 130fcd195b2f..8817f3055b80 100644 --- a/sbin/route/keywords +++ b/sbin/route/keywords @@ -33,6 +33,7 @@ mtu net netmask nostatic +nostick osi prefixlen proto1 @@ -44,8 +45,11 @@ rtt rttvar sa sendpipe +show ssthresh static +sticky +weight x25 xns xresolve |