From 40177cf3f20fa120e3349d6325f68a6a93313523 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Sun, 22 Jan 2017 12:12:23 +0100 Subject: [PATCH] README: add note regarding pull requests Signed-off-by: Jiri Pirko --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 9efd9a5..f25dd4d 100644 --- a/README +++ b/README @@ -1,3 +1,7 @@ +# SUBMITTING PATCHES / PULL REQUESTS - README!!! # + +All github pull requests will be ignored! Please send the patches to the libteam mailing list, according to "SubmittingPatches" file. + # libteam - Library for controlling team network device # The purpose of the Team driver is to provide a mechanism to team multiple NICs (ports) into one logical one (teamdev) at L2 layer. The process is called "channel bonding", "Ethernet bonding", "channel teaming", "link aggregation", etc. This is already implemented in the Linux kernel by the bonding driver.