]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ipcp.h
Changing USE_SRP to PPP_WITH_SRP for consistency
[ppp.git] / pppd / ipcp.h
index dc6665cf0cd7c731151704d36a768fdbf2546e06..90336c4013cd1aaddb27409db28e9cef7c21f8a9 100644 (file)
@@ -39,6 +39,7 @@
  * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+#include "pppdconf.h"
 
 /*
  * Options.
@@ -68,6 +69,7 @@ typedef struct ipcp_options {
     bool old_addrs;            /* Use old (IP-Addresses) option? */
     bool req_addr;             /* Ask peer to send IP address? */
     bool default_route;                /* Assign default route through interface? */
+    bool replace_default_route;        /* Replace default route through interface? */
     bool proxy_arp;            /* Make proxy ARP entry for peer? */
     bool neg_vj;               /* Van Jacobson Compression? */
     bool old_vj;               /* use old (short) form of VJ option? */
@@ -75,6 +77,8 @@ typedef struct ipcp_options {
     bool accept_remote;                /* accept peer's value for hisaddr */
     bool req_dns1;             /* Ask peer to send primary DNS address? */
     bool req_dns2;             /* Ask peer to send secondary DNS address? */
+    bool req_wins1;            /* Ask peer to send primary WINS address? */
+    bool req_wins2;            /* Ask peer to send secondary WINS address? */
     int  vj_protocol;          /* protocol value to use in VJ option */
     int  maxslotindex;         /* values for RFC1332 VJ compression neg. */
     bool cflag;