diff options
Diffstat (limited to 'etc/systemd/network/30-ethernet-bond0.network')
| -rw-r--r-- | etc/systemd/network/30-ethernet-bond0.network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/systemd/network/30-ethernet-bond0.network b/etc/systemd/network/30-ethernet-bond0.network index d1b422c..39c4c7a 100644 --- a/etc/systemd/network/30-ethernet-bond0.network +++ b/etc/systemd/network/30-ethernet-bond0.network @@ -1,3 +1,6 @@ +# NOTE: Type=ether matches ALL ethernet interfaces. Any future USB/Thunderbolt +# ethernet dongle would be auto-enslaved into bond0. If that becomes a problem, +# narrow the [Match] section to MACAddress= or a persistent Name= (e.g. enp*s0). [Match] Type=ether |
