ip link: missing options in bond usage
Signed-off-by: Arthur Gautier <baloo@gandi.net>
This commit is contained in:
parent
3649d01895
commit
a197883432
|
|
@ -145,7 +145,7 @@ static void print_explain(FILE *f)
|
||||||
"ARP_ALL_TARGETS := any|all\n"
|
"ARP_ALL_TARGETS := any|all\n"
|
||||||
"PRIMARY_RESELECT := always|better|failure\n"
|
"PRIMARY_RESELECT := always|better|failure\n"
|
||||||
"FAIL_OVER_MAC := none|active|follow\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"
|
"LACP_RATE := slow|fast\n"
|
||||||
"AD_SELECT := stable|bandwidth|count\n"
|
"AD_SELECT := stable|bandwidth|count\n"
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue