naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0068-ip-link-missing-options-in-bond-usage.patch

049c96
From 66db03bb795390998c935f05bcfe5d379853c46e Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Tue, 23 Feb 2016 18:27:28 +0100
049c96
Subject: [PATCH] ip link: missing options in bond usage
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1269528
049c96
Upstream Status: iproute2.git commit a197883432896
049c96
049c96
commit a197883432896d52c8f3b0ef34c2c4887a61473e
049c96
Author: Arthur Gautier <baloo@gandi.net>
049c96
Date:   Fri Sep 11 12:48:28 2015 +0000
049c96
049c96
    ip link: missing options in bond usage
049c96
049c96
    Signed-off-by: Arthur Gautier <baloo@gandi.net>
049c96
---
049c96
 ip/iplink_bond.c | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/ip/iplink_bond.c b/ip/iplink_bond.c
049c96
index 9d96cfe..cb2f045 100644
049c96
--- a/ip/iplink_bond.c
049c96
+++ b/ip/iplink_bond.c
049c96
@@ -145,7 +145,7 @@ static void print_explain(FILE *f)
049c96
 		"ARP_ALL_TARGETS := any|all\n"
049c96
 		"PRIMARY_RESELECT := always|better|failure\n"
049c96
 		"FAIL_OVER_MAC := none|active|follow\n"
049c96
-		"XMIT_HASH_POLICY := layer2|layer2+3|layer3+4\n"
049c96
+		"XMIT_HASH_POLICY := layer2|layer2+3|layer3+4|encap2+3|encap3+4\n"
049c96
 		"LACP_RATE := slow|fast\n"
049c96
 		"AD_SELECT := stable|bandwidth|count\n"
049c96
 	);
049c96
-- 
049c96
1.8.3.1
049c96