diff options
author | Kozlov Dmitry <dima@server> | 2011-08-24 15:13:06 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2011-08-24 15:13:06 +0400 |
commit | 4f9a2df99cd4dbc4724bfef9676383fad2707598 (patch) | |
tree | 03a663c46587724c3660db17906f254db7b63ff3 /accel-pppd/ppp/ppp_ccp.h | |
parent | 5bb8b536b0caeeec9be31fbf87e74d97a29e1ee9 (diff) | |
download | accel-ppp-xebd-4f9a2df99cd4dbc4724bfef9676383fad2707598.tar.gz accel-ppp-xebd-4f9a2df99cd4dbc4724bfef9676383fad2707598.zip |
ppp: reworked layer startup procedure
ppp: make IPCP and IPV6CP optional depends on configuration
Diffstat (limited to 'accel-pppd/ppp/ppp_ccp.h')
-rw-r--r-- | accel-pppd/ppp/ppp_ccp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel-pppd/ppp/ppp_ccp.h b/accel-pppd/ppp/ppp_ccp.h index 3a48816..acc56ff 100644 --- a/accel-pppd/ppp/ppp_ccp.h +++ b/accel-pppd/ppp/ppp_ccp.h @@ -84,7 +84,6 @@ struct ppp_ccp_t int ropt_len; int conf_req_len; - int passive:1; int starting:1; int started:1; }; |