[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1441975708-16726-1-git-send-email-baloo@gandi.net>
Date: Fri, 11 Sep 2015 12:48:28 +0000
From: Arthur Gautier <baloo@...di.net>
To: netdev@...r.kernel.org
Cc: Arthur Gautier <baloo@...di.net>
Subject: [PATCH] ip link: missing options in bond usage
Signed-off-by: Arthur Gautier <baloo@...di.net>
---
ip/iplink_bond.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ip/iplink_bond.c b/ip/iplink_bond.c
index 9d96cfeee88b..cb2f045a5a27 100644
--- a/ip/iplink_bond.c
+++ b/ip/iplink_bond.c
@@ -145,7 +145,7 @@ static void print_explain(FILE *f)
"ARP_ALL_TARGETS := any|all\n"
"PRIMARY_RESELECT := always|better|failure\n"
"FAIL_OVER_MAC := none|active|follow\n"
- "XMIT_HASH_POLICY := layer2|layer2+3|layer3+4\n"
+ "XMIT_HASH_POLICY := layer2|layer2+3|layer3+4|encap2+3|encap3+4\n"
"LACP_RATE := slow|fast\n"
"AD_SELECT := stable|bandwidth|count\n"
);
--
2.5.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists