blob: d13bdc371c6aaeab4bbd5cd36442f61717cb5dfb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
wakeonlan_interfaces:
- "{{ network.primary.name }}"
wakeonlan_options:
# - p ## Wake on PHY activity
# - u ## Wake on unicast messages
# - m ## Wake on multicast messages
# - b ## Wake on broadcast messages
# - a ## Wake on ARP
- g ## Wake on MagicPacket™
# - s ## Enable SecureOn™ password for MagicPacket™
# - f ## Wake on filter(s)
# - d ## Disable (wake on nothing). This option clears all previous options
|