Re: [PATCH net-next] tools: hv: Add clean up function for Ubuntu config

2017-03-06 Thread David Miller
From: Haiyang Zhang Date: Fri, 24 Feb 2017 17:30:32 + > This patch adds a function to clean up duplicate config info > on Ubuntu. > > Signed-off-by: Haiyang Zhang Applied, thanks.

Re: [PATCH net-next] tools: hv: Add clean up function for Ubuntu config

2017-03-06 Thread David Miller
From: Haiyang Zhang Date: Fri, 24 Feb 2017 17:30:32 + > This patch adds a function to clean up duplicate config info > on Ubuntu. > > Signed-off-by: Haiyang Zhang Applied, thanks.

[PATCH net-next] tools: hv: Add clean up function for Ubuntu config

2017-02-24 Thread Haiyang Zhang
This patch adds a function to clean up duplicate config info on Ubuntu. Signed-off-by: Haiyang Zhang --- tools/hv/bondvf.sh | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/tools/hv/bondvf.sh b/tools/hv/bondvf.sh index

[PATCH net-next] tools: hv: Add clean up function for Ubuntu config

2017-02-24 Thread Haiyang Zhang
This patch adds a function to clean up duplicate config info on Ubuntu. Signed-off-by: Haiyang Zhang --- tools/hv/bondvf.sh | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/tools/hv/bondvf.sh b/tools/hv/bondvf.sh index 4aa5369..d85968c 100755 ---