Magellan Linux

Diff of /trunk/udev/udev-persistent-net-generator.rules.magellan

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1323 by niro, Mon Sep 13 14:05:04 2010 UTC revision 1324 by niro, Thu May 26 22:42:57 2011 UTC
# Line 51  ENV{MATCHIFTYPE}="$attr{type}" Line 51  ENV{MATCHIFTYPE}="$attr{type}"
51  ENV{MATCHADDR}=="52:54:00:*", GOTO="persistent_net_generator_end"  ENV{MATCHADDR}=="52:54:00:*", GOTO="persistent_net_generator_end"
52  # ignore VMWare virtual interfaces  # ignore VMWare virtual interfaces
53  ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*", GOTO="persistent_net_generator_end"  ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*", GOTO="persistent_net_generator_end"
54    # ignore Hyper-V virtual interfaces
55    ENV{MATCHADDR}=="00:15:5d:*", GOTO="persistent_net_generator_end"
56    
57  # These vendors are known to violate the local MAC address assignment scheme  # These vendors are known to violate the local MAC address assignment scheme
58  # Interlan, DEC (UNIBUS or QBUS), Apollo, Cisco, Racal-Datacom  # Interlan, DEC (UNIBUS or QBUS), Apollo, Cisco, Racal-Datacom

Legend:
Removed from v.1323  
changed lines
  Added in v.1324