diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2016-04-11 21:21:59 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2016-04-11 21:21:59 +0300 |
commit | f285b9e7bd4c8d1eada3ca315618bbd8f9401e4b (patch) | |
tree | de5a905a9f542534010cecb0290147baa341e198 /accel-pppd/include | |
parent | 7b849ea41cc2580b477f718fbc833506296347e9 (diff) | |
download | accel-ppp-f285b9e7bd4c8d1eada3ca315618bbd8f9401e4b.tar.gz accel-ppp-f285b9e7bd4c8d1eada3ca315618bbd8f9401e4b.zip |
Revert "pppoe: do not negotiate LCP MRU option if it is larger than 1492"
This reverts commit fc098b3062badfd802f91241533069cad4886b6f.
Diffstat (limited to 'accel-pppd/include')
-rw-r--r-- | accel-pppd/include/ap_session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h index c9f68212..0baaab2c 100644 --- a/accel-pppd/include/ap_session.h +++ b/accel-pppd/include/ap_session.h @@ -50,7 +50,6 @@ struct ap_ctrl { char *called_station_id; int dont_ifcfg:1; int ppp:1; - int no_lcp_mru:1; void (*started)(struct ap_session*); void (*finished)(struct ap_session *); int (*terminate)(struct ap_session *, int hard); |