From a21f57dd78cf30838769311706397f1b2077056b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 1 Jun 2020 13:55:10 +0200 Subject: 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. --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') 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, -- cgit v1.2.3