summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2009-02-26 03:54:20 +0000
committerDimitri Sokolyuk <demon@dim13.org>2009-02-26 03:54:20 +0000
commit34dd5a1d60f79b2258e8d73f069c695333d88f37 (patch)
tree04da1b5ab3ee4f2d6f53f0f68e0909c5ea3ce107
parent3600eed6c58d84b961059866b884eaaec01d6401 (diff)
default broadcast addr
-rw-r--r--wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wakeup.c b/wakeup.c
index db3780b..bfb97a0 100644
--- a/wakeup.c
+++ b/wakeup.c
@@ -27,7 +27,7 @@
#include <unistd.h>
#define DEFAULTMAC "00:e0:c5:c4:09:f1"
-#define DEFAULTNET "10.0.0.255"
+#define DEFAULTNET "255.255.255.255"
int parsemac(unsigned char *, char *);