Package: ifrename
Version: 30~pre9-7
Severity: normal
File: /lib/udev/rules.d/19-ifrename.rules

Dear Maintainer,
/lib/udev/rules.d/19-ifrename.rules uses IMPORT without attribute which fails 
at least with udev 175.
add {program} as attributes fixes this and prevent random interfaces names at 
boot. From:
SUBSYSTEM=="net", ACTION=="add", IMPORT="/sbin/ifrename -u -i %k", 
NAME:="$env{INTERFACE}"
to:
SUBSYSTEM=="net", ACTION=="add", IMPORT{program}="/sbin/ifrename -u -i %k", 
NAME:="$env{INTERFACE}"

This let my flow rules for openvswitch work . Otherwise with random interfaces 
names the flows are unmanageable.

Thanks
Alban

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages ifrename depends on:
ii  libc6    2.13-21  
ii  libiw30  30~pre9-7

ifrename recommends no packages.

ifrename suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /lib/udev/rules.d/19-ifrename.rules (from ifrename 
package)



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to