X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fipcp.h;h=9c4f68df2b862d8d0a28c17aa5bd741515f8dba8;hb=c4d488788a3ed8fba3e75c9ddd632d1f98e9ac77;hp=dc6665cf0cd7c731151704d36a768fdbf2546e06;hpb=b5599f6001d9b024b3a572ab62c92027d94f052f;p=ppp.git diff --git a/pppd/ipcp.h b/pppd/ipcp.h index dc6665c..9c4f68d 100644 --- a/pppd/ipcp.h +++ b/pppd/ipcp.h @@ -68,6 +68,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? */