mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-11 17:04:37 +08:00
setting default route by default
This commit is contained in:
parent
cd3ba00479
commit
d6e5ca722f
@ -620,6 +620,9 @@ ipcp_init(unit)
|
|||||||
wo->maxslotindex = MAX_STATES - 1; /* really max index */
|
wo->maxslotindex = MAX_STATES - 1; /* really max index */
|
||||||
wo->cflag = 1;
|
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 */
|
/* max slots and slot-id compression are currently hardwired in */
|
||||||
/* ppp_if.c to 16 and 1, this needs to be changed (among other */
|
/* ppp_if.c to 16 and 1, this needs to be changed (among other */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user