Only look at real ethernet NICs when considering MAC spoofing panic notification...
commit8a7d984c1ae75f9bb4a8362ce7b9d29e03473e61
authoranonym <anonym@riseup.net>
Thu, 5 Sep 2024 11:46:15 +0000 (5 13:46 +0200)
committeranonym <anonym@riseup.net>
Thu, 5 Sep 2024 11:53:53 +0000 (5 13:53 +0200)
tree2ce620c874243b32e40be450781e2c42a70f0c34
parent34a07d25401363b487e383e90c0bb7c5f7bda0c9
Only look at real ethernet NICs when considering MAC spoofing panic notification message

The previous code was actually a bit incorrect: our veth-* interfaces
will all become just "veth". But fixing it will make it so we always
have "other" wired NICs, since ethtool returns 0 for them. So the old
code's mistake incidentally fixed that since "veth" doesn't exist. But
the real fix is to look at interfaces for real devices, which we
already have code for (and then we can also remove the special case we
have for the loopback device).
config/chroot_local-includes/usr/local/lib/tails-spoof-mac