]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip link: missing options in bond usage
authorArthur Gautier <baloo@gandi.net>
Fri, 11 Sep 2015 12:48:28 +0000 (12:48 +0000)
committerStephen Hemminger <shemming@brocade.com>
Mon, 21 Sep 2015 21:36:02 +0000 (14:36 -0700)
Signed-off-by: Arthur Gautier <baloo@gandi.net>
ip/iplink_bond.c

index 9d96cfeee88b8943fc4b4161a18afb2af4684aa6..cb2f045a5a2747c80cae3da33fe7b9ed364a3912 100644 (file)
@@ -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"
        );