]> git.proxmox.com Git - mirror_kronosnet.git/commitdiff
[man] Enhance prio description of POLICY_PASSIVE
authorJan Friesse <jfriesse@redhat.com>
Tue, 25 Feb 2020 14:09:19 +0000 (15:09 +0100)
committerJan Friesse <jfriesse@redhat.com>
Tue, 25 Feb 2020 14:16:34 +0000 (15:16 +0100)
Some users found description of POLICY_PASSIVE priority confusing
(probably because "priority" word is too overloaded) so add
some redundancy to make description unambiguous.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
libknet/libknet.h

index 7e22ce5191d93f6c62d5846c01ca18ee64a18ca5..aef2b14412a8dd8a617d11d45a46f6c5308f38e6 100644 (file)
@@ -1151,7 +1151,7 @@ int knet_host_get_host_list(knet_handle_t knet_h,
  * policy   - there are currently 3 kind of simple switching policies
  *            based on link configuration.
  *            KNET_LINK_POLICY_PASSIVE - the active link with the highest
- *                                       priority will be used.
+ *                                       priority (highest number) will be used.
  *                                       if one or more active links share
  *                                       the same priority, the one with
  *                                       lowest link_id will be used.