From fc098b3062badfd802f91241533069cad4886b6f Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Sun, 10 Apr 2016 10:56:08 +0300 Subject: pppoe: do not negotiate LCP MRU option if it is larger than 1492 --- accel-pppd/include/ap_session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'accel-pppd/include') diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h index 0baaab2c..c9f68212 100644 --- a/accel-pppd/include/ap_session.h +++ b/accel-pppd/include/ap_session.h @@ -50,6 +50,7 @@ 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); -- cgit v1.2.3