setting default route by default

This commit is contained in:
Sylvain Rochet 2012-06-04 19:00:36 +02:00
parent cd3ba00479
commit d6e5ca722f

View File

@ -620,6 +620,9 @@ ipcp_init(unit)
wo->maxslotindex = MAX_STATES - 1; /* really max index */
wo->cflag = 1;
/* wanting default route by default */
/* FIXME: should be configurable */
wo->default_route = 1;
/* max slots and slot-id compression are currently hardwired in */
/* ppp_if.c to 16 and 1, this needs to be changed (among other */