mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
ethmngr: filter out wireless interfaces from ethernet hotplug event generation
This commit is contained in:
parent
4df9b5ab94
commit
53b824d2e0
1 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,10 @@
|
||||||
"ethport_update": {
|
"ethport_update": {
|
||||||
"if" : [
|
"if" : [
|
||||||
{
|
{
|
||||||
"event": "network.device"
|
"event": "network.device",
|
||||||
|
"match": {
|
||||||
|
"wireless": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"then" : [
|
"then" : [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue