1 |
vip-ire |
1.1 |
diff -Nur e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm e-smith-lib-2.6.0_bz10445/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm |
2 |
|
|
--- e-smith-lib-2.6.0/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm 2016-02-05 23:44:11.000000000 +0100 |
3 |
|
|
+++ e-smith-lib-2.6.0_bz10445/root/usr/share/perl5/vendor_perl/esmith/ethernet.pm 2017-10-23 09:13:54.829348469 +0200 |
4 |
|
|
@@ -63,6 +63,8 @@ |
5 |
|
|
-d "/sys/class/net/$nic/bonding" || |
6 |
|
|
# skip tun/tap |
7 |
|
|
-f "/sys/class/net/$nic/tun_flags" || |
8 |
|
|
+ # skip tap_soft (Eg SoftEther) |
9 |
|
|
+ -d "/sys/class/net/$nic/tap_soft" || |
10 |
|
|
# skip dummy |
11 |
|
|
-d "/sys/devices/virtual/net/$nic" |
12 |
|
|
); |