If the first argument for Wake.pm is the broadcast address, no packet is sent. This causes the problem when the target host requires IPsec, for pointing target host explicitly does not allow sending the "plain" packet. Fix: Update net/p5-Net-Wake to 0.02. This can manage breadcast address correctly, I guess. How-To-Repeat: Always. Pointing other hosts ( which must be alive ) may avoid this trouble in practice, but it is not cool.
Dear maintainer, please look into this issue! Cheers, Volker
State Changed From-To: open->feedback Forwarded PR to maintainer
Responsible Changed From-To: freebsd-ports-bugs->vs I'll track this
Thank you for telling me this PR. Could you examin and commit the following patch ? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Wake/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 24 Oct 2003 12:03:08 -0000 1.3 +++ Makefile 18 Jan 2005 01:35:38 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Net-Wake -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Wake/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 31 Mar 2004 03:10:10 -0000 1.2 +++ distinfo 18 Jan 2005 01:35:38 -0000 @@ -1,2 +1,2 @@ -MD5 (Net-Wake-0.01.tar.gz) = f6b9d89888153ef4f8c0e55456f6c80e -SIZE (Net-Wake-0.01.tar.gz) = 1871 +MD5 (Net-Wake-0.02.tar.gz) = c9514b5fb43a06b3343b5c0a498b624e +SIZE (Net-Wake-0.02.tar.gz) = 2269
State Changed From-To: feedback->closed Port updated, thanks for your submission!