Ticket #767 (new defect)
target_bcast parameter in wol related methods is mandatory
| Reported by: | cdelfosse | Owned by: | nrueff |
|---|---|---|---|
| Priority: | Low | Milestone: | Pulse2 1.4.0 |
| Component: | pulse2-launchers | Version: | 1.2.3 |
| Severity: | Trivial | Keywords: | |
| Cc: |
Description
In bin/pulse2-launcher:
def xmlrpc_wol(self, mac_addrs, target_bcast = None):
which calls in pulse2/launcher/network.py
def wolClient(mac_addrs, target_bcast = None):
The target_bcast parameter must be mandatory. If not set the wolClient method raises an exception.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

