diff options
author | kmacy <kmacy@FreeBSD.org> | 2009-04-14 23:05:36 +0000 |
---|---|---|
committer | kmacy <kmacy@FreeBSD.org> | 2009-04-14 23:05:36 +0000 |
commit | 8149bfaed6bb48e24c81b4fe830665f412bc7e32 (patch) | |
tree | 2c468e4e81b86a0a66401b94c6626251cbbccf6a /sbin/route/keywords | |
parent | 7500c86f06626d19d1c6296cfdb9f781600f1bf0 (diff) | |
download | FreeBSD-src-8149bfaed6bb48e24c81b4fe830665f412bc7e32.zip FreeBSD-src-8149bfaed6bb48e24c81b4fe830665f412bc7e32.tar.gz |
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
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 130fcd1..8817f30 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 |