diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-01 13:55:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-01 13:55:14 +0200 |
commit | a21f57dd78cf30838769311706397f1b2077056b (patch) | |
tree | 9d7998c14936615120c7e2254108605465f5ded0 /debian | |
parent | ac0c863c71e74a9ce1dc0e84d45c1d060ad39441 (diff) | |
download | vyos-1x-a21f57dd78cf30838769311706397f1b2077056b.tar.gz vyos-1x-a21f57dd78cf30838769311706397f1b2077056b.zip |
wake-on-lan: op-mode: T2526: add CLI implementation
Wake up host
vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f
Wake up invalid host
vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f:f
etherwake: The Magic Packet host address must be specified as
- a station address, 00:11:22:33:44:55, or
- a hostname with a known 'ethers' entry.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a4526393b..bb6116251 100644 --- a/debian/control +++ b/debian/control @@ -36,6 +36,7 @@ Depends: python3, python3-xmltodict, bsdmainutils, cron, + etherwake, systemd, easy-rsa, ipaddrcheck, |