Source: wireless-tools
Source-Version: 30~pre9-8
On Sat, Nov 26, 2011 at 10:35:58PM +0100, Alban Browaeys wrote:
> /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.
This seems to have been fixed a long time ago in response to another
similar bug:
wireless-tools (30~pre9-8) unstable; urgency=low
* Add type to IMPORT keyword in ifrename's udev rules file. Closes: #650606
-- Guus Sliepen <[email protected]> Fri, 23 Dec 2011 16:02:18 +0100
Thanks,
--
Colin Watson (he/him) [[email protected]]