Bug#722496: debdiff v2

2019-10-30 Thread Callum Guy
I believe the issue relates to if-pre-up.d/vlan - a comparison is performed to evaluate the actual device MTU against that of the interface being provisioned however when actioning the change the raw device name is used in the ip link command: if [ -n "$IF_MTU" -a -n "$IF_VLAN_RAW_DEVICE" ]; then

Bug#722496: debdiff v2

2016-09-12 Thread Dan Streetman
sorry, there was a problem with the last patch; it didn't work if the vlan interface already existed, even if the raw device mtu was too low. this updated debdiff checks and increases the dev mtu even if the vlan interface already exists. diff -u vlan-1.9/debian/changelog vlan-1.9/debian/changelog