The default PPP netmask should be 255.255.255.255

This commit is contained in:
Marcel Holtmann 2010-06-03 00:00:42 -07:00
parent 1261978f56
commit 24fd3e2f15
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include "atmodem.h"
#define STATIC_IP_NETMASK "255.255.255.248"
#define STATIC_IP_NETMASK "255.255.255.255"
static const char *none_prefix[] = { NULL };