[PATCH] Allow modifications for iface.gateway and iface.subnet_mask

2014-01-29 Thread Hannes Reinecke
For proper operations we need to set gateway and subnet_mask of the individual interfaces. Not every target is connected to the local network. Signed-off-by: Hannes Reinecke h...@suse.de --- usr/idbm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/idbm.c b/usr/idbm.c index

[PATCH] Add missing DESTDIR

2014-01-29 Thread Hannes Reinecke
From: Lee Duncan ldun...@suse.com Several Makefile targets are missing DESTDIR, making it hard for packagers. Signed-off-by: Lee Duncan ldun...@suse.com Signed-off-by: Hannes Reinecke h...@suse.de --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile

Re: [PATCHv2 0/3] iscsiuio: Update autoconf

2014-01-29 Thread Eddie Wai
The patchset works great on my system. Forcing an autoreconf and untrack all autogen files makes sense. Thanks for the work. Although I would be more inclined to put all .gitignore entries into a single .gitignore file in the trunk, separating them out is fine too. Acked-by: Eddie Wai

Re: [PATCHv2 0/3] iscsiuio: Update autoconf

2014-01-29 Thread Hannes Reinecke
On 01/29/2014 07:27 PM, Eddie Wai wrote: The patchset works great on my system. Forcing an autoreconf and untrack all autogen files makes sense. Thanks for the work. Although I would be more inclined to put all .gitignore entries into a single .gitignore file in the trunk, separating them