Re: [pve-devel] [PATCH common] Network: stop using ifconfig

2017-02-06 Thread Wolfgang Bumiller
On Mon, Feb 06, 2017 at 11:29:34AM +0100, Thomas Lamprecht wrote: > Am 06.02.2017 um 11:22 schrieb Wolfgang Bumiller: > >We shouldn't mix different tool sets on the one hand, and on > >the other hand net-tools is an optional package in stretch > >and there's no real need for us to depend on it. >

Re: [pve-devel] [PATCH common] Network: stop using ifconfig

2017-02-06 Thread Thomas Lamprecht
Am 06.02.2017 um 11:22 schrieb Wolfgang Bumiller: We shouldn't mix different tool sets on the one hand, and on the other hand net-tools is an optional package in stretch and there's no real need for us to depend on it. The pvereport commands should then probably be also changed from ifconfig to

[pve-devel] [PATCH common] Network: stop using ifconfig

2017-02-06 Thread Wolfgang Bumiller
We shouldn't mix different tool sets on the one hand, and on the other hand net-tools is an optional package in stretch and there's no real need for us to depend on it. --- src/PVE/Network.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PVE/Network.pm b/src/PVE/Netwo