Magellan Linux

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

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

revision 1123 by niro, Tue Apr 6 23:46:22 2010 UTC revision 1124 by niro, Mon Sep 13 14:05:04 2010 UTC
# Line 47  ENV{MATCHADDR}="$attr{address}" Line 47  ENV{MATCHADDR}="$attr{address}"
47  # match interface type  # match interface type
48  ENV{MATCHIFTYPE}="$attr{type}"  ENV{MATCHIFTYPE}="$attr{type}"
49    
50    # ignore KVM virtual interfaces
51    ENV{MATCHADDR}=="52:54:00:*", GOTO="persistent_net_generator_end"
52    # ignore VMWare virtual interfaces
53    ENV{MATCHADDR}=="00:0c:29:*|00:50:56:*", GOTO="persistent_net_generator_end"
54    
55  # These vendors are known to violate the local MAC address assignment scheme  # These vendors are known to violate the local MAC address assignment scheme
56  # Interlan, DEC (UNIBUS or QBUS), Apollo, Cisco, Racal-Datacom  # Interlan, DEC (UNIBUS or QBUS), Apollo, Cisco, Racal-Datacom
57  ENV{MATCHADDR}=="02:07:01:*", GOTO="globally_administered_whitelist"  ENV{MATCHADDR}=="02:07:01:*", GOTO="globally_administered_whitelist"

Legend:
Removed from v.1123  
changed lines
  Added in v.1124