Bug#930839: ifupdown2: gateway broken if using metric

2019-07-11 Thread Julien Fortin
Hello Pascal, Thanks for reporting. The issue is fixed in our latest unstable upload (1.2.7-1) I will see if I can have this fix released to the buster repository as well. Thanks Julien On Fri, Jun 21, 2019 at 3:51 PM Pascal Liehne wrote: > Package: ifupdown2 > Version: 1.2.5-1 > Severity: nor

Bug#930839: ifupdown2: gateway broken if using metric

2019-06-21 Thread Pascal Liehne
Package: ifupdown2 Version: 1.2.5-1 Severity: normal Dear Maintainer, if I use metric in /etc/network/interfaces, I get an error and no default route. My interfaces file: ... auto eth0 iface eth0 inet static address 10.0.2.15 netmask 255.255.255.0 gateway 10.0.2.2 metric 100 ...