Re: [ovs-dev] [PATCH 1/3] ovs-ctl: fallback to "uname -n" for fetching hostname

2018-12-03 Thread Ben Pfaff
On Sun, Dec 02, 2018 at 08:51:09PM +0800, Yousong Zhou wrote: > On Sun, 2 Dec 2018 at 02:05, Aaron Conole wrote: > > > > Yousong Zhou writes: > > > > > On Fri, 30 Nov 2018 at 23:23, Aaron Conole wrote: > > >> > > >> Yousong Zhou writes: > > >> > > >> > From: Yousong Zhou > > >> > > > >> > The

Re: [ovs-dev] [PATCH 1/3] ovs-ctl: fallback to "uname -n" for fetching hostname

2018-12-01 Thread Aaron Conole
Yousong Zhou writes: > On Fri, 30 Nov 2018 at 23:23, Aaron Conole wrote: >> >> Yousong Zhou writes: >> >> > From: Yousong Zhou >> > >> > The command "hostname" is not available in OpenWrt by default. Strace >> > result of hostname-3.13 on centos7 shows that bare "hostname" command >> > calls

Re: [ovs-dev] [PATCH 1/3] ovs-ctl: fallback to "uname -n" for fetching hostname

2018-11-30 Thread Yousong Zhou
On Fri, 30 Nov 2018 at 23:23, Aaron Conole wrote: > > Yousong Zhou writes: > > > From: Yousong Zhou > > > > The command "hostname" is not available in OpenWrt by default. Strace > > result of hostname-3.13 on centos7 shows that bare "hostname" command > > calls uname() to fetch node name. > >

Re: [ovs-dev] [PATCH 1/3] ovs-ctl: fallback to "uname -n" for fetching hostname

2018-11-30 Thread Aaron Conole
Yousong Zhou writes: > From: Yousong Zhou > > The command "hostname" is not available in OpenWrt by default. Strace > result of hostname-3.13 on centos7 shows that bare "hostname" command > calls uname() to fetch node name. > > Signed-off-by: Yousong Zhou > --- > utilities/ovs-ctl.in | 2 +-

[ovs-dev] [PATCH 1/3] ovs-ctl: fallback to "uname -n" for fetching hostname

2018-11-29 Thread Yousong Zhou
From: Yousong Zhou The command "hostname" is not available in OpenWrt by default. Strace result of hostname-3.13 on centos7 shows that bare "hostname" command calls uname() to fetch node name. Signed-off-by: Yousong Zhou --- utilities/ovs-ctl.in | 2 +- 1 file changed, 1 insertion(+), 1