diff options
author | glebius <glebius@FreeBSD.org> | 2011-12-16 08:27:04 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2011-12-16 08:27:04 +0000 |
commit | 90fbfb92c6af4ea36ad209dec954160ac5c0d66d (patch) | |
tree | bc07da7bb40eb47b4377ddaf966ee8b49a4415c5 | |
parent | 4b3687c37847ee142858d82e7d57794114046919 (diff) | |
download | FreeBSD-src-90fbfb92c6af4ea36ad209dec954160ac5c0d66d.zip FreeBSD-src-90fbfb92c6af4ea36ad209dec954160ac5c0d66d.tar.gz |
Fix my braino in description of RADIX_MPATH.
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e8aa837..92e8809 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -916,7 +916,7 @@ device lagg # for sockets with the SO_DEBUG option set, which can then be examined # using the trpt(8) utility. # -# RADIX_MPATH provides support for multiple forwarding tables. +# RADIX_MPATH provides support for equal-cost multi-path routing. # options MROUTING # Multicast routing options IPFIREWALL #firewall |