From 1dcc45358e93354278daeb3865943de14e727353 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
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.

(cherry picked from commit a21f57dd78cf30838769311706397f1b2077056b)
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

(limited to 'debian/control')

diff --git a/debian/control b/debian/control
index f239ec463..fb180241e 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Depends: python3,
   python3-vici (>= 5.7.2),
   python3-bottle,
   python3-zmq,
+  etherwake,
   ipaddrcheck,
   tcpdump,
   tshark,
-- 
cgit v1.2.3