]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/plugins/pppoe/pppoe.h
pppoe: Do not use lcp_allowoptions[] and lcp_wantoptions[] in discovery.c code
[ppp.git] / pppd / plugins / pppoe / pppoe.h
index a72454e532943aba9384cbda106e5c97e275077f..60c4f5e7e4481c691de3aefcbd70fb04223cff52 100644 (file)
@@ -242,8 +242,10 @@ typedef struct PPPoEConnectionStruct {
     int discoveryTimeout;       /* Timeout for discovery packets */
     int discoveryAttempts;      /* Number of discovery attempts */
     int seenMaxPayload;
-    int mtu;                   /* Stored MTU */
-    int mru;                   /* Stored MRU */
+    int storedmtu;             /* Stored MTU */
+    int storedmru;             /* Stored MRU */
+    int mtu;
+    int mru;
 } PPPoEConnection;
 
 /* Structure used to determine acceptable PADO or PADS packet */